This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


$ 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?

In either case, file "configure" does not work (mysql-5.1.41). It complains with:
checking for C compiler default output file name...
configure: error: in `/usr/local/mysql-5/mysql-5.1.41':
configure: error: C compiler cannot create executables


I appreciate the discussion of my memory error, but my compiler is still broken!!! I'm admitting to my memory error. Let's move forward.

Reid Thompson wrote:
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://cygwin.com/ml/#unsubscribe-simple



-- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]