[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: finding non-system headers
At 10:03 AM 11/11/98 -0500, Gary D. Williams wrote:
>I'm having a problem with the configure script in the current devel
>snapshot. My gdbm header and library are not in the system directories,
>and the configure script won't find them.
Try something like:
setenv CPPFLAGS "-I/usr/local/include"
setenv LDFLAGS "-L/usr/local/lib"
>I tried using the
>--includedeir and --libdir options, but they didn't help.
Those are for overriding directories for 'make install'.