vote up 0 vote down star

I am writing a program in Mac OSX 10.6 environment. In my make file, I would like to include a dynamic library /usr/lib/libsqlite3.dylib as part of my build

I am not familiar with make file syntax from what I have read over the internet, I believe I have to add

-lx /usr/lib/libsqlite3.dylib

please advise me on whether or not this is correct, or the correct way of including the dynamic library

flag

1 Answer

vote up 0 vote down check

I fixed it

-lsqlite3

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.