public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* [OT] Re: question about cygwin package
@ 2010-02-27 20:48 Vincent Richomme
  2010-02-27 21:18 ` Dave Korn
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Richomme @ 2010-02-27 20:48 UTC (permalink / raw)
  To: cygwin-talk

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-28  0:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-27 20:48 [OT] Re: question about cygwin package Vincent Richomme
2010-02-27 21:18 ` Dave Korn
2010-02-27 21:49   ` Vincent Richomme
2010-02-28  0:39     ` Christopher Faylor
2010-02-28  0:54       ` Dave Korn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).