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: libgcc.a on HPUX


On Mar 29, 2001, Kees.Vonk@uktransco.com wrote:

> 1. where does gcc look for libgcc when I have -lgcc on my compile 
> command line.

Add -v to a link command and look for -L flags passed to collect2.
But, in your case, gcc doesn't get to search for libgcc; its the perl
script that looks for a shared libgcc, doesn't find it, and decides to
drop libgcc.

> 3. would upgrading to gcc-2.95.3 solve my problems?

Nope.  It's the perl script that is in error.

> 4. is there an archive for this list somewhere (www.gnu.org links to 
> gcc.gnu.org which I cannot connect to).

gcc.gnu.org was down, but it's back up.

-- 
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


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