Building the amalgamation of sqlite 3.6.23.1 fails during linking  
under Mac OS X releases prior to 10.6:


   == SNIP ====
   gcc -dynamiclib  -o .libs/libsqlite3.0.8.6.dylib  .libs/ 
sqlite3.o   -install_name
   /opt/sqlite/3.6.23.1/lib/libsqlite3.0.dylib -compatibility_version  
9 -current_version 9.6
   ld: Undefined symbols:
   _gethostuuid
   /usr/bin/libtool: internal link edit command failed
   ==== SNIP ==


The gethostuuid() function did not appear in Mac OS X until release  
10.6 (you can confirm this by looking at the individual SDKs under / 
Developer on a machine with XCode installed).





::::::::::::::::::::::::::::::::::::::::::::::::::::::
   Jeffrey T. Frey, Ph.D.
   Systems Programmer IV / Cluster Management
   Network & Systems Services / College of Engineering
   University of Delaware, Newark DE  19716
   Office: (302) 831-6034  Mobile: (302) 419-4976
   http://turin.nss.udel.edu/

   99 A1 7F 5E 71 70 8A 38  3C 4A A2 B1 4D 0A B2 49
::::::::::::::::::::::::::::::::::::::::::::::::::::::



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to