On 08/28/2011 12:06 AM, Niels Möller wrote:
I tried to do a "./configure&& make" in freebsd an got an error during make. If I use GNU make instead it works. I attach the error output from the make command and the generated Makefile.
I think the problem is that bsd make doesn't allow multiple files to b listed for a single include command. If you want to use bsd make, you have to configure with --disable-dependency-tracking. ./configure --help says
Why don't you use automake for that? The automake generated makefiles seem to be quite portable across different make programs.
regards, Nikos