Re: "C" compiler is broken under 1.7.1-1

2009-12-30 Thread Paul McFerrin
Now that's been cleared up, I've reinstalled the default package and the C compiler now works. Should have noticed the ps.exe missing is a clue. I'm off to getting PHP installed now. Dave Korn wrote: Paul McFerrin wrote: Dave Korn wrote: File crt0.o is missing. Is it supposed to

Re: "C" compiler is broken under 1.7.1-1

2009-12-28 Thread Dave Korn
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 look

Re: "C" compiler is broken under 1.7.1-1

2009-12-28 Thread Paul McFerrin
$ 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 $ File crt0.o is missing. Is it supposed to be? I

Re: "C" compiler is broken under 1.7.1-1

2009-12-28 Thread Reid Thompson
Paul McFerrin wrote: My "C" compiler appears to be broken: .$ cc -v -O test.c what are the contents of test.c -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http:

"C" compiler is broken under 1.7.1-1

2009-12-27 Thread Paul McFerrin
My "C" compiler appears to be broken: .$ cc -v -O test.c Using built-in specs. Target: i686-pc-cygwin Configured with: /gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4/configure --srcdir=/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4 --prefix=/usr --exec-prefix=/u