Hi, I installed Slackware 9.1, with gcc compiler. However, this is the result of ./configure to configure cyrus-sasl:
$ ./configure
loading cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/ginstall -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.
It says the C compiler is not working. Any idea why? and how to make it working? (I though it's suppose to be working when you install gcc out of the box?)
Thanks