This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: Solaris2.5 cross to M68k


   Date: Wed, 19 Feb 1997 14:07:17 +0100
   From: Lars BJORNFOT <bjornfot@antares.enst-bretagne.fr>

     >2) When I cross compile, I get a message back that the gnu-ld doesn't
     >   like the -lc switch.  Actually, I think that it can't find a c library.
     >   Anyone come across this before?

   You have to specify where the libc.a file is, with the -L option. 
   If you couldn't install newlib, that is probably the reason.  

One shouldn't have to specify -L to find libc.a.
Must be an installation problem.

John, could you send a session log of your configure and build?
Be sure to include a list of all options passed to configure and make.