Broken make install on Mac OS X?

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
urbanape
Posts: 1
Joined: Wed Mar 19, 2003 10:03 pm
Location: Richmond, VA
Contact:

Broken make install on Mac OS X?

Post 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?

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

install on Mac OS XI have

Post 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

Locked