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: libstdc++ libtool lossage


On Feb 17, 2002, Richard Henderson <rth@redhat.com> wrote:

> The issue is that libstdc++.so is not being linked against
> libgcc_s.so, which means that the EH routines aren't being
> bound properly.

The link command issued by libtool on athlon-pc-linux-gnu does
contain:

-shared -nostdlib /usr/lib/crti.o
/home/aoliva/test/log/free/.tmp/gcc/athlon/gcc/crtbeginS.o
-lgcc_s -lc -lgcc_s
/home/aoliva/test/log/free/.tmp/gcc/athlon/gcc/crtendS.o
/usr/lib/crtn.o

which means libtool's detection worked.  I'll need some more
information about the affected platform before I can make any further
investigation.

-- 
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                Professional serial bug killer


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