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


On Thu, Apr 8, 2010 at 4:36 PM, david sastre wrote:
>
> Both scripts give back:
>
> $ make hola.mundo
> cc -march=prescott -O2 -pipe -fomit-frame-pointer ? ?hola.mundo.c ? -o hola.mundo
> make: *** [hola.mundo] Error 1
>
> Also, direct gcc invocation exits silenlty:
> $ gcc hola.mundo.c
>

According to the first message (and also config.log), gcc -v is able
to run successfully. That would suggest that it's not a missing DLL,
at least for gcc-4.exe
What is the output of:

$ gcc -v -save-temps hola.mundo.c
$ ls -l hola.mundo.*

-- 
Life is complex, with real and imaginary parts

--
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]