[GRASS5] Unable to locate curses.h for Solaris 8

Glynn Clements glynn.clements at virgin.net
Tue Mar 5 12:17:35 EST 2002


Wallace, Beverly T wrote:

> Yesterday I updated to get the latest GRASS.  I am using a Sun with Solaris
> 8.  The configure options that I used last month no longer work.  When I run
> configure, it fails to find curses.h (which is in /usr/include).  I used:
> 	 ./configure --without-png --without-gd --without-odbc
> --without-fftw --without-postgres
> It still fails when I supply the /usr/include path:
> 	./configure --with-includes=/usr/include --without-png --without-gd
> --without-odbc --without-fftw --without-postgres
> 
> Here is the configure output:

[snip]

Unfortunately the output from configure only indicates that the test
fails. To discover the reason why, you need to examine the config.log
file. A successful test will look something like this:

configure:2176: checking for curses.h
configure:2184: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2176: checking for limits.h

A failed test should result in some error messages.

If you send me the relevant section of config.log, I may be able to
help.

FWIW, the most common reason for header tests failing (when the header
itself exists) is that the tested header includes some other header
which is missing.

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



More information about the grass-dev mailing list