On Wednesday, 28 November 2007 at 17:40:42 +1100, Zoong PHAM wrote: > I downloaded that file again. And I can "make install" OK > with these extra commands after "make ; make fake": > # cd /usr/ports/lang/clisp/w-clisp-2.43/fake-i386/usr/local/lib/ > # ln -s clisp-2.43 clisp
and these commands after "make install": cd /usr/local/lib ln -s clisp clisp-2.43 In summary: cd /usr/ports/lang/clisp make; make fake cd /usr/ports/lang/clisp/w-clisp-2.43/fake-i386/usr/local/lib/ ln -s clisp-2.43 clisp make install cd /usr/local/lib ln -s clisp clisp-2.43 Cheers, Zoong
