This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "GCC is not found" and "compiler cannot create executables" errors


2010/4/8, Dave Korn <dave.korn.cygwin@googlemail.com>:
> On 08/04/2010 13:11, david sastre wrote:
>
>> Yesterday (still under1.7.3) I had a "compiler not found" and a
>> "compiler cannot create executables" errors while trying to build some
>> standard apps, i.e. nginx.
>
>> $ ./configure
>> checking for OS
>>  + CYGWIN_NT-5.1 1.7.4(0.225/5/3) i686
>> checking for C compiler ... not found
>> ./configure: error: C compiler gcc is not found
>
>   Well, given that ...
>
>> $ gcc --version
>> gcc (GCC) 4.3.4 20090804 (release) 1
>
> ... gcc works at the command-line for you, there's probably some sort of bug
> in nginx configure script.  Take a look through the config.log it left and
> see
> if it shows what went wrong.
>
>     cheers,
>       DaveK

At first that's what I thought too, but it fails for whatever I try to
build, even for things I have already build:
i.e.:
$ which patch
/usr/local/bin/patch
$ patch --version
patch 2.6
Copyright (C) 1988 Larry Wall
Copyright (C) 2003 Free Software Foundation, Inc.

The patch utility officially shipped with cygwin is:
$ /usr/bin/patch --version
patch 2.5.8
Copyright (C) 1988 Larry Wall
Copyright (C) 2002 Free Software Foundation, Inc.

Test case, using the same source file:
Administrador@sith ~/SOURCE/undone/patch-2.6
$ ./configure
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/home/Administrador/SOURCE/undone/patch-2.6':
configure: error: C compiler cannot create executables
See `config.log' for more details.

I have attached that log file, in case it could be useful, but I didn't get a
clue from that.

Regards.

Attachment: config.log
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]