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
_______________________________________________
links-users mailing list
[email protected]
http://lists.inf.ed.ac.uk/mailman/listinfo/links-users
