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]

Re: A clue for the libstdc++ problem.


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


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