Mam problem z konfiguracją któregokolwiek z tych programów - mianowicie pojawia mi sie błąd związany z gcc, np, przy próbie konfiguracji mysql'a:
root@server:/usr/local/mysql# ./configure --prefix=/usr/local/mysql --with-mysqld-user=mysql
checking build system type... i586-pc-linux
checking host system type... i586-pc-linux
checking target system type... i586-pc-linux
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
Posiadam Slackware 9 i instalowałem wszystkie gcc jakie są na cd, jest ono w wersji 3.2.2, jak również (bez rezultatu) zainstalowałem przekompilowane pakiety z rh 9 i też nie dało to rezultatu, nadal ten sam błąd, może ktoś wie co jest nie tak. Jeśli to pomoże w diagnozie, to mogę dodać, że nie działa mi kompilowanie plików nazwa_pliku.c poleceniem gcc nazwa_pliku.c -o nazwa_pliku.
Proszę o pomoc, albo chociaż odesłanie do jakiejś konkretnej stronki...