This is the mail archive of the cygwin@cygwin.com 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: 1.30 gcc cannot exec \'cc1\'


I have the same problem while attempting to configure in cygwin source
tree, configure fails in opcodes directory. Note the first gcc execution
is successful!

[sos at sos opcodes]$ cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:554: checking for Cygwin environment
configure:570: gcc -c -O2 -pipe  conftest.c 1>&5
configure:587: checking for mingw32 environment
configure:599: gcc -c -O2 -pipe  conftest.c 1>&5
gcc: installation problem, cannot exec `cc1': No such file or directory
configure: failed program was:
#line 592 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:664: checking host system type
configure:685: checking target system type
configure:703: checking build system type
configure:728: checking for gcc
configure:841: checking whether the C compiler (gcc -O2 -pipe ) works
configure:857: gcc -o conftest -O2 -pipe   conftest.c  1>&5
gcc: installation problem, cannot exec `cc1': No such file or directory
configure: failed program was:

#line 852 "configure"
#include "confdefs.h"

main(){return(0);}

> -----Original Message-----
> From: cygwin-owner at cygwin dot com
> [mailto:cygwin-owner at cygwin dot com] On Behalf Of David Starks-Browning
> Sent: Monday, February 24, 2003 7:46 AM
> To: ida3248 at vip dot cybercity dot dk
> Cc: cygwin at cygwin dot com
> Subject: 1.30 gcc cannot exec \'cc1\'
>
>
> On Monday 24 Feb 03, ida3248 at vip dot cybercity dot dk writes:
> >
> > Hi
> >
> > I am trying to compile ORCA (www.orcaware.com) under cygwin
> and get an
> > error under configure. I have traced the error to gcc under cygwin.
> > gcc -v --help gives:
>
> You've got a bit of learning to do if you think the Cygwin
> mailing list would be interested in the output of 'gcc -v --help'!
>
> Regards,
> David
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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