X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Subject: Re: last snapshot does not compile Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii From: Denis Excoffier In-Reply-To: <20121128100512.GA4772@qp9482> Date: Thu, 20 Dec 2012 22:45:12 +0100 Cc: "cygwin AT cygwin DOT com" Message-Id: <6A612467-FF03-482D-8D4B-86BD3FF24EAC@Denis-Excoffier.org> References: <20121126161503 DOT GA3888 AT qp9482> <20121127074540 DOT GA2696 AT qp9482> <20121127092949 DOT GA19257 AT calimero DOT vinschen DOT de> <20121127101013 DOT GA204 AT qp9482> <20121128100512 DOT GA4772 AT qp9482> To: Denis Excoffier Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id qBKLjWB4016074 On 2012-11-28, 11:05, Denis Excoffier wrote: > On Tue, Nov 27, 2012 at 11:09:48AM +0059, Denis Excoffier wrote: >>> On Tue, Nov 27, 2012 at 10:29:49AM +0100, Corinna Vinschen wrote: >>>>> If you set the environment variable CCWRAP_VERBOSE and then rebuild >>>>> cygcheck.o and cygcheck.exe, what's the entire output of `make'? >>> > Here it is with the last snapshot (20121128 03:24:12): > > % cd ...i686-pc-cygwin/winsup/utils > % setenv CCWRAP_VERBOSE any_nonempty_value > % rm cygcheck.o > % make cygcheck.exe > c++wrap -c -o cygcheck.o -fno-exceptions -fno-rtti -O2 -g /tmp/lcl/tmp/cygwin/cygwin-snapshot-20121128-1/winsup/utils/cygcheck.cc > + i686-w64-mingw32-g++ -nostdinc++ -nostdinc -I/tmp/lcl/tmp/cygwin/cygwin-snapshot-20121128-1/winsup/utils -isystem /usr/lib/gcc/i686-w64-mingw32/4.5.3/include/c++ -isystem /usr/lib/gcc/i686-w64-mingw32/4.5.3/include/c++/i686-w64-mingw32 -isystem /usr/lib/gcc/i686-w64-mingw32/4.5.3/include/c++/backward -isystem /usr/lib/gcc/i686-w64-mingw32/4.5.3/include -isystem /usr/lib/gcc/i686-w64-mingw32/4.5.3/include-fixed -isystem /usr/i686-w64-mingw32/sys-root/mingw/include -c -o cygcheck.o -fno-exceptions -fno-rtti -O2 -g /tmp/lcl/tmp/cygwin/cygwin-snapshot-20121128-1/winsup/utils/cygcheck.cc > i686-w64-mingw32-g++ -o cygcheck.exe cygcheck.o bloda.o path.o dump_setup.o -L/usr/lib/w32api -static-libgcc -static-libstdc++ -Wl,-dn,-lz,-dy -lpsapi -lntdll > /usr/lib/gcc/i686-w64-mingw32/4.5.3/../../../../i686-w64-mingw32/bin/ld: cannot find crt2.o: No such file or directory > /usr/lib/gcc/i686-w64-mingw32/4.5.3/../../../../i686-w64-mingw32/bin/ld: cannot find -lmingw32 > /usr/lib/gcc/i686-w64-mingw32/4.5.3/../../../../i686-w64-mingw32/bin/ld: cannot find -lmoldname > /usr/lib/gcc/i686-w64-mingw32/4.5.3/../../../../i686-w64-mingw32/bin/ld: cannot find -lmingwex > /usr/lib/gcc/i686-w64-mingw32/4.5.3/../../../../i686-w64-mingw32/bin/ld: cannot find -lmingw32 > /usr/lib/gcc/i686-w64-mingw32/4.5.3/../../../../i686-w64-mingw32/bin/ld: cannot find -lmoldname > /usr/lib/gcc/i686-w64-mingw32/4.5.3/../../../../i686-w64-mingw32/bin/ld: cannot find -lmingwex > collect2: ld returned 1 exit status > Makefile:143: recipe for target `cygcheck.exe' failed > make: *** [cygcheck.exe] Error 1 > I'm not so proud of this one, but i'm only partially in fault, since setup.exe with my favourite mirror (http://ftp-stud.hs-esslingen.de) does not give me the mingw64-i686-runtime package (CRT libraries for Win32 target) when i only "Install" everything. Only when i "Reinstall"ed, this dependency was discovered to be missing. By the way, libtiff6 also seems to be in a strange state... Regards, Denis Excoffier. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple