Re: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread sugitakukun
Thanks a lot!! As you say, I have 2 cygwin1.dll in my PC. When I deleted one in C:\..\SYSTEM ,then $ cygcheck `gcc -print-prog-name=cc1` D:\cygwin/lib\gcc/i686-pc-cygwin/3.4.4/cc1.exe D:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WI

Re: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread Brian Dessent
sugitakukun wrote: > $ cygcheck `gcc -print-prog-name=cc1` > D:\cygwin/lib\gcc/i686-pc-cygwin/3.4.4/cc1.exe > C:\WINDOWS\SYSTEM\cygwin1.dll > C:\WINDOWS\system32\ADVAPI32.DLL > C:\WINDOWS\system32\ntdll.dll > C:\WINDOWS\system32\KERNEL32.dll > C:\WINDOWS\system32\RPCRT4.dll

RE: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread sugitakukun
Thanks for advice. Try cygcheck, then $ cygcheck `gcc -print-prog-name=cc1` D:\cygwin/lib\gcc/i686-pc-cygwin/3.4.4/cc1.exe C:\WINDOWS\SYSTEM\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RP

RE: configure:2090: error: C compiler cannot create executables

2008-07-08 Thread Dave Korn
sugitakukun wrote on 08 July 2008 18:55: > Hi everyone. > > I installed Cygwin a little days ago to use gcc & g++. > I tried "gcc hello.c -o test" ,but no error messages were printed and no > file were made.(So do g++ & hello.cpp) Missing DLL, most likely. Run "cygcheck `gcc -print-prog-name=