I used this configure line with 2.8.6 on OSX 10.2.8 and it worked for me ../sqlite/configure --enable-tempdb-in-ram --enable-incore-db --enable-utf8 --enable-shared=no
Obviously, only the last part is really the option you want turned off. Louis --- Sanri Parov <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I'm compiling sqlite under OSX doing so: > > - configure > - make > > Everything compiles ok but it results with a "dylib" > which can't be > statically included into my project. > What have I to do in order to obtain just a pure > static library such as > version 2.4.0? > Thank you very much. > > -- > Sanri Parov > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

