Glynn Clements wrote:
Brian Clark wrote:

Thanks Glynn,

I'm finally getting back to this - more errors I'm afraid...
        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.
Yes - it exists even after configure. Then it's gone after make - still trying to track down exactly where during make.. and it only appears to happen when i use make INSTALL=/wattemp/GRASS/grass-6.3.0/install-sh versus simply 'make'

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.

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to