Matthew,

Thanks!  After deleting everthing and re-checking out from cvs, using the
pre-build makefile worked great.

Best regards,

Sam


On Tue, May 6, 2008 at 4:46 PM, Matthew L. Creech <[EMAIL PROTECTED]>
wrote:

>
> If you want to create a generic amalgamation (without pre-defined
> features like HAVE_STDINT_H), at least currently, you shouldn't use
> the configure script to generate your makefile, since the point of
> using autoconf is to detect resources (header files, etc.) that aren't
> portable.  You can instead start with the pristine source, then:
>
> cp Makefile.linux-gcc Makefile
> make sqlite3.c
>
> bypassing the configure script altogether.  That should do what you want
>
> --
> Matthew L. Creech
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
-----------------------------------------------------------------
We're Hiring! Seeking passionate Flex, C#, or C++ (RTSP, H264) developer.
Position is in the Washington D.C. metro area. Contact
[EMAIL PROTECTED]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to