Page 1 of 1
Broken make install on Mac OS X?
Posted: Wed Mar 19, 2003 10:04 pm
by urbanape
(zbir@gibbon ~/newlisp) $ sudo make install
Password:
make: `install' is up to date.
Anyone using Fink tried to build a Fink package for newLISP?
install on Mac OS XI have
Posted: Fri Mar 21, 2003 2:54 am
by Lutz
I have never tried the install on OS X, just the compile. Look into the install part in 'makefile' to see what it is doing. I'ts just copying files to certain locations. The newlisp executable to a bin directory, help files to the help directory of a typical Unix system etc..
I am not familiar with the typical directory structure on an OSX system for an application. If you could help us with that, it would be great.
Lutz