try to install it on my powerbook 12" (Tiger 10.4.5) with command `sudo port install argtable` but it fails when building here is the output. ****************************************************************** ---> Building argtable with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_argtable/ work/argtable2" && make all " returned error 2 Command output: cd src; make all libtool -dynamic -o libargtable2.dylib -lsystem argtable2.o arg_end.o arg_rem.o arg_lit.o arg_int.o arg_dbl.o arg_str.o arg_rex.o arg_file.o arg_date.o ld: for architecture ppc ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _fprintf$LDBLStub _printf$LDBLStub libtool: internal link edit command failed make[1]: *** [libargtable2.dylib] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. ****************************************************************** so... how can I fix this? thx a lot.