This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: crt1.0 error


On Apr  6, 2000, "Finbarr O'Keeffe  " <okeeffef@student.cs.ucc.ie> wrote:

> I'm using Linux 2.1.12 (kernel version) with gcc 2.7.1 and I am
> trying to compile some software but I continue to get this error
> message regarding crt1.0 saying it is undefined.

I think the error message is not exactly as you posted, since crt1.o
(not .0 :-) is an object file, and a file is never undefined :-)

Anyway, this probably just means that you failed to install
glibc-devel.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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