Xcode - Other Linker
Xcode - Other Linker
- Subject: Xcode - Other Linker
- From: Kent Glenn <email@hidden>
- Date: Thu, 13 Nov 2003 10:32:51 -0700
Under PB I use to put my lib I wanted to statically link in under
"Linker Settings/Other Mach-O Linker Flags". I would have something
like this: /usr/local/lib/libsqlite.a
Now under Xcode, I can't figure out how to accomplish the same thing. I
did a "Info" on the target and found the build settings. I even found
"Other linker flags" under the build tab. I tried just putting the lib
to link in, but that didn't work. I thought maybe this needed to pass
flags off to ld, so I tried "-lsqlite" and "-llibsqlite.a", but neither
one worked. I even tried to put "-L/usr/local/lib/" for the lib path,
but that didn't help.
Any ideas? Am I going about this the wrong way?
Thanks in advance,
Kent
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.