Discussion:
[links-users] problem building on FreeBSD (solved)
Emmanuel delaborde
2009-06-06 04:48:02 UTC
Permalink
Hello

I've managed to solve my problem.
make on FreeBSD is not GNU compatible
and it was hard-coded in deriving-310/Makefile

I modified it to:

built:
cd syntax && gmake
cd lib && gmake ncl bcl

clean:
cd syntax && gmake clean
cd lib && gmake clean


and I was able to build Links after that
Maybe this could be added to the INSTALL notes


E.D

Loading...