$ 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