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. andy@shannara:~/Programming/Projects/geany$ gcc --version gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Best regards Andreas
On Tue, 20 Feb 2007 19:56:37 +0100, Andreas Tscharner andy@vis.ethz.ch wrote:
Hello,
After an update today, I tried to compile geany (r1309), but it failed. The problem appears in the configure script:
The configure.in didn't changed since 3 weeks, so are you sure your build environment didn't changed? Try to run autogen.sh to generate a new configure script.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
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
Nick Treleaven wrote:
[snip]
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.
Strange, this evening, r1316 worked again...
Best regards Andreas
Andreas Tscharner wrote:
Makefile you could try doing a 'make maintainer-clean' and running autogen.sh again though.
Strange, this evening, r1316 worked again...
Looks like my harddisk is diying... meanwhile every single configure script fails...
Best regards Andreas