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