Hi
I tryed to install nessus on my red hat linux 7.1 system with the
"nessus-installer.sh" and i got a error message saying "C compiler
cannot create executables". It generated a nessus-compulation file and
sent it home directory of my root user.. It did'nt create a "Config.log"
file to check out.. At the botom of the nessus-compulation file it has
messages saying: "checking for gcc...gcc
checking whether the C compiler (gcc 02
-funroll-loops -ffast-math -malign-double -mcpu=pentiumpro
-march=pentiumpro -fomit-frame-pointer -fno-exceptions ) works... no".
It seems to looking for my gcc compiler.. I have gcc version
2.96.. So i do have gcc installed because i use it to compile other
source code files.. I ran a test to make sure it was working properly:
cat << EOF > test.c
main(){}
EOF
then ran : gcc -o test test.c
and it created the executable file just fine..
Have you guys had this problem reported before?? Do you know of a
fix for it?? Does anyone know where or how i can get help on this
issue!!!
thanks.. james