On Sat, 18 Aug 2001, Jochen F. Rick wrote:
> --with-extra-inf= flags. The first problem goes away, but the second one
> remains. I check the directory and sure enough there is a "forms.h" file
Use --with-extra-inc= instead. If that doesn't help, try setting the
following environment variable:
export C_INCLUDE_PATH=/home/nadja/include
or whatever the path is. (see man gcc for explanation of the environment
variable).
If you're using tcsh instead of bash, it's something like
setenv C_INCLUDE_PATH /home/nadja/include
I think that configure doesn't complain but fails silently if you mispell
an argument.