X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4B391476.7070006@gmail.com> Date: Mon, 28 Dec 2009 20:26:30 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: "C" compiler is broken under 1.7.1-1 References: <4B382983 DOT 8040204 AT columbus DOT rr DOT com> <4B38EC49 DOT 5000906 AT ateb DOT com> <4B390A4E DOT 4060107 AT columbus DOT rr DOT com> In-Reply-To: <4B390A4E.4060107@columbus.rr.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Paul McFerrin wrote: > $ cat test101.c main(){} > > $ cc -O test101.c > /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: > crt0.o: No such file: No such file or directory collect2: ld returned 1 > exit status > > find /usr/lib/gcc -type f -name crt0.o -print $ You're looking in the wrong place; it should just be in /usr/lib. > File crt0.o is missing. Is it supposed to be? Nope. It's part of the main cygwin package itself; try reinstalling that if it is indeed missing. cheers, DaveK -- 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