<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<DEFANGED_meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
I have tryed to recompile everything, so here is my runs:<br>
<ul>
<li><small><font face="Verdana">make distclean</font></small></li>
<li><small><font face="Verdana">find / -name gmake53</font></small></li>
<li>i remove all the gmake53, gmakelinks53 and grass53</li>
<li>configure with:<br>
<font face="Verdana"><small>CFLAGS="-O3 -mcpu=pentium -Wall"
./configure --prefix=/home/grass
--with-postgres-includes=/usr/include/pgsql/server/ --with-motif
--with-motif-includes=/usr/X11R6/LessTif/Motif1.2/include/
--with-motif-libs=/usr/X11R6/LessTif/Motif1.2/lib/ --with-blas
--with-lapack --with-glw --with-dbm
--with-dbm-includes=/usr/include/gdbm --with-freetype
--with-freetype-includes=/usr/include/freetype2/ --without-readline
--with-fftw --with-proj --with-proj-libs=/usr/local/lib --with-cxx</small></font></li>
</ul>
<ul>
<li><small><font face="Verdana">make</font></small></li>
<li><small><font face="Verdana">m</font><font face="Verdana">ake
install</font></small></li>
</ul>
Now I get a my grass running correctly with all the commands, i also
have a new<small><font face="Verdana"> /home/grass/bin</font></small>
directory with gmake53, gmakelinks53 and grass53 files just created
(those shold be the rigth ones).<br>
Unfortunately when i try to compile my new code it continues to give
the same error:<br>
<big><small><font face="Verdana"><small><br>
/usr/bin/ld: cannot open output file /etc/bin/cmd/r.interception: No
such file or directory</small></font></small></big><br>
<big><small><font face="Verdana"><small>collect2: ld returned 1 exit
status<br>
make: *** [/etc/bin/cmd/r.interception] Error 1</small></font></small></big><br>
<br>
I see that my gmake53 contain the line INST_DIR=/home/grass/grass53<br>
<br>
It compile correctly the code but the installation that fails.... <br>
I suppose that instead of <b>/etc/bin/cmd/r.interception</b> it
should be <b>$INST_DIR/bin</b><br>
<br>
In fact I can find it in
/home/mcannata/grass53_exp_2004_03_27/dist.i686-pc-linux-gnu/etc/bin/cmd/r.evapo.PM,
the problem is just in copying it in the /home/grass/grass53/bin
directory?<br>
<br>
<br>
Paul Kelly wrote:<br>
<blockquote type="cite"
cite="midPine.LNX.4.58.0404151637490.11846@agrippa.ukshells.co.uk">
<pre wrap="">On Thu, 15 Apr 2004, Massimiliano Cannata wrote:
</pre>
<blockquote type="cite">
<pre wrap="">sorry, i run
ln -s /home/bin/gmake53 /usr/local/bin/gmake53
but also using /home/bin/gmake53 the output is always the same......
</pre>
</blockquote>
<pre wrap=""><!---->
Well yes because you are still running the wrong gmake53 (assuming the
configure line you gave in your last message is correct). You said
--bindir=/home so the correct version is /home/gmake53.
If you did --bindir=/home/bin then it would be /home/bin/gmake53
What does
find / -name gmake53
show... are there several copies of gmake53 on your system?
The way I see it the gmake53 in /usr/local/bin (and perhaps /home/bin also)
seems to be old and out of date and doesn't have the line
INST_DIR=xxxx
that should be there since 25th March when I made some improvements to the
gmake script.
Let me know how you get on.
Paul
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="50">--
-------------
note: change my e-mail reference to <a class="moz-txt-link-abbreviated" href="mailto:massimiliano.cannata@supsi.ch">massimiliano.cannata@supsi.ch</a>
because the old one will be deleted soon.
-------------
Ing. Massimiliano Cannata
Istituto di Scienze della Terra - SUPSI
C.P. 72 - CH-6952 Canobbio (Ticino, Switzerland)
Tel +41 91 /935 12 25 - Fax +41 91 /935 12 09
eMail: <a class="moz-txt-link-abbreviated" href="mailto:massimiliano.cannata@supsi.ch">massimiliano.cannata@supsi.ch</a>
Internet: <a class="moz-txt-link-freetext" href="http://www.ist.supsi.ch">http://www.ist.supsi.ch</a>
</pre>
</body>
</html>