You are not logged in.
I am trying to compile liboft from
http://www.m17n.org/libotf/
However I am getting the following error:
./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
I would appreciate any help
Last edited by broch (2007-07-03 17:50:56)
Offline
try searching the forums for "cannot create executables"
Offline
well I am getting tis error
gcc -Wall hello.c -o hello
gcc: Internal error: Segmentation fault (program cc1)
Offline
resolved: this is a gcc bug (4.2.0-5)
reverting to 4.2.0-2 resolved the problem
Offline