[GRASS5] GRASS compilation on cygwin and IRIX

Glynn Clements glynn.clements at virgin.net
Wed Sep 5 02:32:04 EDT 2001


Andreas Lange wrote:

> i recompiled the latest CVS code on IRIX 6.5 with gcc 3.0 and on cygwin
> (latest setup on W2K). 
> 
> On IRIX i have to manually set all include/library dirs or the libraries
> are not found. libpng and libgd are not found, although specified with
> --with-png-libs=/usr/freeware/lib32 \
> --with-png-includes=/usr/freeware/include \
> 
> --with-gd-libs=/usr/freeware/lib32 \
> --with-gd-includes=/usr/freeware/include \
> libs are there (double checked that). 

You should just be able to use 

	--with-libs=/usr/freeware/lib32 \
	--with-includes=/usr/freeware/include \

> If i put -lpng -lm to the header file, r.in.png and r.out.png compile. 
> But the PNGdriver does not compile at all:

PNGdriver needs the GD library; and it has to be found by configure.

Check config.log for the actual error messages produced by the tests.

-- 
Glynn Clements <glynn.clements at virgin.net>



More information about the grass-dev mailing list