From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32598 invoked by alias); 27 Feb 2010 20:48:20 -0000 Received: (qmail 32579 invoked by uid 22791); 27 Feb 2010 20:48:19 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sd-15251.dedibox.fr (HELO mail.smartmobili.com) (88.191.74.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 27 Feb 2010 20:48:15 +0000 Received: from www.smartmobili.com (unknown [88.191.74.51]) by mail.smartmobili.com (Postfix) with ESMTP id 1375EA0401E for ; Sat, 27 Feb 2010 21:48:13 +0100 (CET) MIME-Version: 1.0 Date: Sat, 27 Feb 2010 20:48:00 -0000 From: Vincent Richomme To: Subject: [OT] Re: question about cygwin package Message-ID: <203f8122bd16fb669eab1f46bb89a0e8@mail.smartmobili.com> X-Sender: forumer@smartmobili.com User-Agent: RoundCube Webmail/0.2 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Vulgar and Unprofessional Cygwin-Talk List Mail-Followup-To: cygwin-talk@cygwin.com X-SW-Source: 2010-q1/txt/msg00048.txt.bz2 > 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) ...