gcc does not execute - why ?

René Berber r.berber@computer.org
Thu Jan 14 00:21:00 GMT 2010


Luca Bottura wrote:

> I have a puzzling behaviour trying to run gcc (and the other gnu
> compilers) right after installing cygwing 1.7.1 on Pentium running XP,
> and adding gcc (using the gcc installer helper for the selection of
> packages in setup). The command
> 
> gcc-3 test.c
> 
> is executed but has no effect. No object, no executable, no message.
> Checking after the command the content of $? I get an exit code 1.

Try:

$ cygcheck `which gcc-3`
C:\Cygwin\bin\gcc-3.exe
  C:\Cygwin\bin\cygwin1.dll
    C:\WINDOWS\system32\ADVAPI32.DLL
      C:\WINDOWS\system32\KERNEL32.dll
        C:\WINDOWS\system32\ntdll.dll
      C:\WINDOWS\system32\RPCRT4.dll
        C:\WINDOWS\system32\Secur32.dll
  C:\Cygwin\bin\cygintl-8.dll
    C:\Cygwin\bin\cygiconv-2.dll

One or more of those libraries are missing in your installation.
-- 
René Berber


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



More information about the Cygwin mailing list