On 4/13/10 10:51 AM, Daniel Macks wrote: > 10.4/ppc, all dependencies up-to-date at current unstable. > > ./libtool --mode=link gcc -I/sw/include/readline -Os -DSQLITE_OS_UNIX=1 -I. > -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -I/sw/include -DSQLITE_THREADSAFE=1 > -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_COLUMN_METADATA=1 > -L/sw/lib -DHAVE_READLINE=1 -I/usr/include/readline \ > -o sqlite3 ./src/shell.c libsqlite3.la \ > -lreadline -lncurses -rpath "/sw/lib" > libtool: link: gcc -I/sw/include/readline -Os -DSQLITE_OS_UNIX=1 -I. -I./src > -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -I/sw/include -DSQLITE_THREADSAFE=1 > -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_COLUMN_METADATA=1 > -DHAVE_READLINE=1 -I/usr/include/readline -o .libs/sqlite3 ./src/shell.c > -L/sw/lib ./.libs/libsqlite3.dylib -lreadline -lncurses > /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: > _gethostuuid
As a datapoint: worked fine on 10.5/i386 and 10.5/x86_64. (_gethostuuid is in /usr/lib/libSystem.B.dylib on 10.5) CC'd jfm because he's the one who committed the latest update. Hanspeter ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
