[OT] Re: question about cygwin package

Vincent Richomme forumer@smartmobili.com
Sat Feb 27 20:48:00 GMT 2010


> Add '-v' to see how gcc is using relative paths to look for cc1.exe (and
>presumably failing).  The relative layout of the various installed files
must
>match what was specified in the configure options for relocating an
>installation to work, bascially you have to move the entire thing
wholesale.
>
>[ Any further posts on this topic -> TITTTL.  Reply-to set. ]


$ gcc -v test.c
Using built-in specs.
Target: i686-w64-mingw32
Configured with: ../gcc44-svn/configure --host=i686-w64-mingw32
--target=i686-w6
4-mingw32 --disable-multilib --enable-checking=release --prefix=/mingw32
--with-
sysroot=/mingw32 --enable-languages=c,c++,fortran,objc,obj-c++
--with-gmp=/mingw
32 --with-mpfr=/mingw32 --disable-nls --disable-win32-registry
Thread model: win32
gcc version 4.4.4 20100212 (prerelease) [svn/rev.156740 - mingw-w64/oz]
(GCC)
COLLECT_GCC_OPTIONS='-v' '-mtune=generic'
 cc1 -quiet -v -iprefix
c:\developer\easymingw-devel\mingw32\bin\../lib/gcc/i686
-w64-mingw32/4.4.4/ -isysroot
c:\developer\easymingw-devel\mingw32\bin\../../min
gw32 test.c -quiet -dumpbase test.c -mtune=generic -auxbase test -version
-o C:\
DOCUME~1\Vincent\LOCALS~1\Temp\ccREMxQF.s
gcc.exe: CreateProcess: No such file or directory

$ mount
C:\Developer\EasyMingw-devel\mingw32\bin on /mingw32/usr/bin type user
(binmode)
C:\Developer\EasyMingw-devel\mingw32\lib on /mingw32/usr/lib type user
(binmode)
C:\DOCUME~1\Vincent\LOCALS~1\Temp on /tmp type user (binmode,noumount)
C:\Developer\EasyMingw-devel\etc on /mingw32/etc type user (binmode)
C:\Developer\EasyMingw-devel on / type user (binmode,noumount)
C:\Developer\EasyMingw-devel on /usr type user (binmode,noumount)
a: on /a type user (binmode,noumount)
c: on /c type user (binmode,noumount)
d: on /d type user (binmode,noumount)
e: on /e type user (binmode,noumount)
h: on /h type user (binmode,noumount)

Vincent@gynoid /mingw32
$ find . -maxdepth 2 -type d
.
./bin
./lib
./lib/gcc
./tmp
./tmp/usr
./usr
./usr/i686-w64-mingw32
./usr/include
./usr/info
./usr/lib32
./usr/libexec
./usr/man
./usr/mingw
./usr/share

I have no idea of what is going wrong, I would say a msys bug(or maybe I
should say a feature) ... 



More information about the Cygwin-talk mailing list