A clue for the libstdc++ problem.

Alexandre Oliva aoliva@redhat.com
Sun Apr 1 15:45:00 GMT 2001


On Apr  1, 2001, "H . J . Lu" <hjl@lucon.org> wrote:

> Please keep in mind that building the shared libstdc++ is a special
> case, just like building libc.so.

It's not just like building libc.so.  The main difference is that we
don't have a compiler driver that won't link in libc by default, but
gcc will not link libstdc++ in, whereas g++ will.  Arranging for us to
use gcc while building libstdc++ is enough.  We don't have to pollute
libtool scripts with this special case.  Especially with assumptions
about directory names, which strikes me as a very bad idea.

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



More information about the Gcc mailing list