On 13 Apr 2010, at 16:51, 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 > collect2: ld returned 1 exit status > make: *** [sqlite3] Error 1
http://developer.apple.com/Mac/library/documentation/Darwin/Reference/ManPages/man2/gethostuuid.2.html This doesn't exist on 10.4 apparently .. ? On 10.5 : # nm -m /sw/lib/libsqlite3.dylib |fgrep gethostuuid (undefined [lazy bound]) external _gethostuuid (from libSystem) # nm -m /usr/lib/libSystem.dylib |fgrep gethostuuid 00029e30 (__TEXT,__text) non-external (was a private external) ___gethostuuid 00029e30 (__TEXT,__text) external _gethostuuid And there is no configure test whatsoever in the pkg for gethostuuid.. JF ------------------------------------------------------------------------------ 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
