Quoting Duncan McQueen <[EMAIL PROTECTED]>:

> Is there a way to tell libdbi-drivers to use sqlite3.h - I get an
> error on compilation because it can't find it (even though sqlite3.h
> exists).
>

What is the exact ./configure command line you are using? In fact, if  
sqlite3.h is not where it should be, configure should issue an error  
saying it can't find the include file. configure has various options  
to make libraries and headers available to the build system (all of  
these of course translate to appropriate -I and -L gcc arguments). If  
your build system can't find the header, try fiddling with  
--with-sqlite3-incdir first. If that does not help, I'd need more info  
about your system, like directory layout and the exact error messages  
you're getting.

regards,
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
libdbi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to