This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: sh-elf: mainline breakage


On Dec 10, 2002, tm <tm@mail.kloo.net> wrote:

> I'm not sure what an .lo file is - can anybody enlighten me?

It's what libtool uses to represent the result of a libtool
compilation.  It contains pointers to (at most) a pair of object
files, one PIC, suitable for inclusion in shared libraries, one
non-PIC, that can be used for final links and in archives.

If libtool claims it's not a valid libtool object, perhaps the file
got corrupted somehow.  Have a look at it (it's plain text) and see
whether it got corrupted.  Consider removing it and trying to rebuild
it.  This *should* get you past this error.  If not, there's something
very wrong in there.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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