David Glover-Aoki wrote:
Note that the line from the gmake build includes the option '-I
/usr/local/include', which is not present in the make build. I guess this is
the cause of the failure with BSD make.
I did perform:
./configure CPPFLAGS='-I /usr/local/include' LDFLAGS='-L /usr/local/lib'
But running bsd make after this fails. I don't know why it wouldn't pick up the
flags when gmake does.
Please, could you send the exact output of the following commands using BSD
make? Maybe I can see what is making it fail:
./configure CPPFLAGS='-I /usr/local/include' LDFLAGS='-L /usr/local/lib'
make