make INSTALL=`pwd`/install-sh
Also, the Makefile was setting incorrect permissions on install-sh
(744 instead of 755), so it was only executable for the owner.
After chmod 755 install-sh
then make INSTALL=/wattemp/GRASS/grass-6.3.0/install-sh
I get a bunch of complaints like:
make[1]: *** No rule to make target `../include/Make/Dir.make'. Stop.
Does the file exist? If not, you need to extract the source code and
try again. If you get similar errors, try to note the point at which
they start.
ideas on what I may have done wrong?
I also noticed that just before I tried make INSTALL, Platform.make did
exist in include/Make/
After the make, Platform.make.in existed, but not Platform.make.
>From the errors, it looks as if something is deleting the include/Make
directory or its contents.
The files are deleted during make, but I'm not sure exactly when it
happens.. Is this common? I've tried a few older versions of GRASS with
similar results. Would this be fixed in 6.4? Starting to get desperate....
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user