On Tue, May 09, 2006 at 10:41:52PM -0300, Marc G. Fournier wrote: > > Is there a reason why nothing is checking /usr/local? Only /usr? > > I'm having to add flags for everything to search in /usr/local, where it > is all installed on FreeBSD :(
$ env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure -- <[EMAIL PROTECTED]>