On 02/20/2007 06:56:37 PM, Andreas Tscharner wrote:
Hello,
After an update today, I tried to compile geany (r1309), but it
failed. The problem appears in the configure script:
andy@shannara:~/Programming/Projects/geany$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
Could you send us config.log (or the part of
it that failed)?
I've seen this error before when overriding CFLAGs on the ./configure
line, but it seems you were using default CFLAGS. If you have a
Makefile you could try doing a 'make maintainer-clean' and running
autogen.sh again though.
andy@shannara:~/Programming/Projects/geany$ gcc
--version
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
I've had no problems here.
[nmt@nmt-pc src]$ gcc --version
gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51)
Regards,
Nick