stefan werden - 2003-06-19

Logged In: YES
user_id=804892

checking whether the C compiler (gcc ) works... no

This is the important on. configure does not find you
compiler. So the first question is: Did you have an
installed compiler. Just type gcc --version

You should get something like this:

gcc --version
gcc (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

If you receive an error message then you compiler is not
installed. Just resinstall gcc from you CDs,

regards,

Stefan