From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: "Ripper" Cc: Subject: Re: help... Date: Thu, 10 May 2001 17:50:00 -0000 Message-id: References: <01a801c0d965$65cd1fc0$e67d8c86@collegis.com> X-SW-Source: 2001-05/msg00066.html On May 10, 2001, "Ripper" wrote: > /usr/bin/ld: cannot open crt1.o: No such file or directory > collect2: ld returned 1 exit status > *** The command 'gcc -o conftest -g -O2 conftest.c' failed. > *** You must set the environment variable CC to a working compiler. > Any Ideas??? Looks like your compile is not working :-) crt1.o is not part of the compiler, it's something it expects to find as part of a development installation of the host operating system. For instance, if it's a GNU/Linux system, this file will generally be found in the glibc-devel package. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist *Please* write to mailing lists, not to me