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 does not execute - why ?


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


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