I'm trying a source install (configure, make) on FreeBSD but I get this error:
error: foo.h: No such file or directory
although the file does exist at /usr/local/include/foo.h so I guess the compiler is not looking in /usr/local/include .
How do I make it do so:
LDFLAGS="-L/usr/local/include"
CFLAGS="-I/usr/local/include"
LDFLAGS="-L/usr/local/include"
haven't helped. (The install works works fine on OS 10.7 Tiger)