Fw: Makefile help

Eric G . Miller egm2 at jps.net
Tue Mar 7 11:51:49 EST 2000


On Tue, Mar 07, 2000 at 09:08:29AM +0000, David Armstrong wrote:
> 
> thanks eric ,
> 
> it did not seem to help here is a dump of text when doing a make
> with no modifications to makfile just a grass ./configure makes it !.
> 
> [root at localhost grass5.0beta]# make
> 
> if [ ! -d /usr/local/grass-5.0b ]; then mkdir /usr/local/grass-5.0b ; fi
> 
> if [ ! -d src/CMD/next_step ]; then mkdir src/CMD/next_step ; fi
> 
> /root/.bashrc UNIX_BIN=/usr/local/bin SRC=`pwd`
> GISBASE=/usr/local/grass-5.0b MACHINENAME=`uname -n` /bin/sh sr
> 
> c/CMD/generic/CREATE_GMAKE.sh
> 
> make: *** [pre-install] Error 1
> 
> With ENV =
> i do not even get this far it croakes on isa64.sh or something

(checks if you're a 64 bit machine, does 64bit stuff if true)
> 
> iam i reading this correct in that  'pwd' and 'uname-n' is not being set in
> the above line etc
> hence the error !.
> dave
> 
>  Linux Mandrake 7 OS

Well, I don't know what the problem could be. Those `pwd` and `uname -n`
will be expanded later -- so they're okay. The output sure isn't being
very helpful :-(. 

You can compile other programs? src/CMD/generic/CREATE_GMAKE.sh exists
and has the executable bit set? There's just not much to go on...

-- 
+----------------------------------------------------+
| Eric G. Miller                        egm2 at jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
+----------------------------------------------------+



More information about the grass-user mailing list