On Jul 4, 2009, at 1:41 PM, Csanyi Pal wrote:

I have downloaded gorm-1.2.10.tar.gz.
Now, if I try to install it with
make
sudo make install
from it's directory I get error messages:

GNUmakefile:29: /common.make: No such file or directory
GNUmakefile:181: /aggregate.make: No such file or directory
GNUmakefile:182: /application.make: No such file or directory
make: *** No rule to make target `/application.make'.  Stop.


sudo often removes environment variables for security reasons, so you might either have to do:

sudo su
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
make install


or

sudo make GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles install


_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to