| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Jul 29, 2005, at 12:45 PM, a.d. jensen wrote: I'm interested in taking a look at sqlite, but this: ls -l /usr/lib/libsqlite* lrwxr-xr-x 1 root wheel 18 May 11 19:00 /usr/lib/libsqlite3.0.8.6.dylib@ -> libsqlite3.0.dylib -rwxr-xr-x 1 root wheel 284508 Jun 12 22:21 /usr/lib/libsqlite3.0.dylib* lrwxr-xr-x 1 root wheel 18 May 11 19:00 /usr/lib/libsqlite3.dylib@ -> libsqlite3.0.dylib ls /usr/include/sqlite* /usr/include/sqlite3.h This is on a 10.4.1 system
Or just do what it tells you - run "ranlib /Usrs/adjensen/Libraries/libsqlite.a" you're good to go (basically, anytime you download a ".a" static library you need to run ranlib because, according the man ranlib: Thus the link editor, ld, warns when the modification date of a library is more recent than the creation date of its table of contents. Unfortunately, this means that you get the warning even if you only copy the library. ) But using libsqlite3.0 in /usr/lib is probably the cleaner way to do things, assuming you are going to require 10.4. Glenn Andreas email@hidden <http://www.gandreas.com/> wicked fun! Widgetarium | the quickest path to widgets |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Carbon-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/carbon-dev/email@hidden This email sent to email@hidden
| References: | |
| >SQLite in OS 10.4 (From: "a.d. jensen" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.