<HTML dir=ltr><HEAD><TITLE>Re: [GRASS-dev] Add /usr/local/bin and /lib to PATH var building WinGRASS</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR><BASE href=http://mailstore.rossoalice.alice.it/exchange/Alice000000001264700/Bozze/R:%20[GRASS-dev]%20Add%20_xF8FF_usr_xF8FF_local_xF8FF_bin%20and%20_xF8FF_lib%20to%20PATH%20var%20building%20WinGRASS.EML/1_text.htm></HEAD>
<BODY>
<DIV id=idOWAReplyText5240 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Hi Paul,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>thanks for the explanation! ;-)</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>I build a brand new MSYS environment for the compilation of GRASS, updating libraries with latest releases and adding libtiff support (I succesfully built also libjpeg, but some tests gave me errors, thus I decided to not include its support)</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>in GRASS configure I used --with-libs=/usr/local/lib, even if all dlls are now in /usr/local/bin, because each dll has a related import static library in /usr/local/lib</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>now I'm facing python and wxputhon support in RC5... that it seems to be a big, big problem!!!</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Marco</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Da:</B> Paul Kelly [mailto:paul-grass@stjohnspoint.co.uk]<BR><B>Inviato:</B> mer 27/02/2008 13.17<BR><B>A:</B> marco.pasetti@alice.it<BR><B>Cc:</B> grass-dev@lists.osgeo.org<BR><B>Oggetto:</B> Re: [GRASS-dev] Add /usr/local/bin and /lib to PATH var building WinGRASS<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>On Wed, 27 Feb 2008 marco.pasetti@alice.it wrote:<BR><BR>&gt; Hi,<BR>&gt;<BR>&gt; why do I need to add /usr/local/bin and /usr/local/lib to PATH variable before to build GRASS (as suggested by Paul Kelly's notes)?<BR><BR>During GRASS compilation, after each module is compiled it is run with the<BR>--html-description command-line option, to generate part of the man pages.<BR>You need to have any DLLs the modules depend on in the PATH so that the<BR>modules will run correctly. It is not needed for compiling though - the<BR>locations specified using --with-*-libs to configure are used for<BR>compiling. So if you don't have the DLLs in the PATH then you won't be<BR>able to generate the man pages properly; that's all.<BR><BR>Paul<BR><BR></FONT></P></DIV></BODY></HTML>