[Bug 61353] configure check failed for Berkeley DB even passing include dirs and lib dirs to configure
Harald Fernengel
harry at kdevelop.org
Fri Jul 18 10:31:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61353
harry at kdevelop.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From harry at kdevelop.org 2003-07-18 10:30 -------
LD_LIBRARY_PATH is for runtime libraries only, during compile time you have to use
--with-extra-libs=/path/to/lib to let the compiler know where it can find the libraries. Check
that the compiler is called with "-I/path/to/include" and "-L/path/to/lib -ldb".
More information about the KDevelop-devel
mailing list