Hi!
Thanks for the help. It turns out I don't have the kernel headers
installed. For the time being, I'm giving up. Compiling the program
without root access is just too difficult. I've asked my sysadmin to
install it.
Peace and Luck!
Je77
On Mon, Aug 20, 2001 at 10:25:15AM +0300, Tuukka Toivonen wrote:
> 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.
>