Hi:
I am trying to install the "queue".
I tried on solaris05 and Linux Red Het 7.1. I am
getting the following same error message.
I do not know what to do?
I followed a few steps of script on command line and I
was able to compile "conftest" file.
Any more information is very much appriciated.
sh-2.05$ ./configure.linux --enable-root
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C
compiler cannot create executables.
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