[GRASS5] Solaris9 test of 5.4

Gordon Keith gordon.keith at csiro.au
Mon Oct 25 22:11:51 EDT 2004


On Tue, 26 Oct 2004 11:58, Wallace, Beverly T wrote:
> I modified the configure script to check for initscr32 instead of
> initscr.
> It gives me the result that I need:  -lncurses fails and -lcurses works.
> Will this solution work for other systems?

I've just installed Grass 5.4pre1 on an almost clean Solaris 9 box with the 
following steps - no changes to configure:

Download and install packages from sunfreeware (those marked with an * may not 
have been necessary after all - other versions are already installed under /
usr/sfw):

bison
flex
freetype *
gcc
libiconv *
libpng *
make
mesa
tcl *
tk *
zlib *
jpeg *
readline
tar

With PATH=/usr/local/bin:/usr/bin:/usr/ccs/bin

download then configure; make; make install the following packages:
R
postgres
proj
fftw
unixODBC
gdal

Then from the grass directory:
mkdir build
cd build
../configure --with-includes="/usr/sfw/include /usr/local/pgsql/include" \
                 --with-libs="/usr/sfw/lib /usr/local/pgsql/lib"
make 
make install

works fine.

It would be nice if grass was also a simple configure; make; make install.
If configure would look for postgress in /usr/local/pgsql and include /usr/
sfw/{include,lib} on solaris it would be good. 

Regards
Gordon

-- 

Gordon Keith
Programmer/Data Analyst
Marine Acoustics
CSIRO Marine Research
http://www.marine.csiro.au

In theory there is no difference between theory and practice. 
In practice there is.




More information about the grass-dev mailing list