Re: gcc4.7.2 cc1 error while loading shared libraries

2013-06-18 Thread Arthur Tu
Thanks On 6/19/2013 2:01 PM, Yaakov (Cygwin/X) wrote: On 2013-06-19 00:40, Arthur Tu wrote: $ gcc-4 --version gcc-4 (GCC) 4.7.2 $ gcc-4 helloWorld.c /usr/lib/gcc/i686-pc-cygwin/4.7.2/cc1.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory F

Re: gcc4.7.2 cc1 error while loading shared libraries

2013-06-18 Thread Yaakov (Cygwin/X)
On 2013-06-19 00:40, Arthur Tu wrote: $ gcc-4 --version gcc-4 (GCC) 4.7.2 $ gcc-4 helloWorld.c /usr/lib/gcc/i686-pc-cygwin/4.7.2/cc1.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory For now, this version of gcc requires test versions of mo

Re: gcc4.7.2 cc1 error while loading shared libraries

2013-06-18 Thread Arthur Tu
I found this http://cygwin.com/ml/cygwin/2010-10/msg00063.html. And call cc1.exe from windows native console. It reported that cygwin1.dll is missing. However, cygwin1.dll do exist in /bin/, and $CYGWIN/bin/ is in my windows path. On 6/19/2013 1:40 PM, Arthur Tu wrote: $ gcc-4 --version gcc

gcc4.7.2 cc1 error while loading shared libraries

2013-06-18 Thread Arthur Tu
$ gcc-4 --version gcc-4 (GCC) 4.7.2 $ gcc-3 --version gcc-3 (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) $ gcc-4 helloWorld.c /usr/lib/gcc/i686-pc-cygwin/4.7.2/cc1.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory $ gcc-3 hello