This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: ios_base vanishing from shared objects


On Mar 19, 2001, Phil Edwards <pedwards@disaster.jaj.com> wrote:

> Something funky is up with libtool, or possibly my invocation of it.
> (Neither of which has changed lately AFAICT.)

> Somewhere the libtool variable build_libtool_libs is being changed to equal
> "no".  And it needs to be "yes".  I don't know which of the many assignment
> inside libtool is changing it (oh, for watchpoint abilities inside Bourne
> shell *grin*).

> Anyhow, it gets changed to "no" during compile mode, which means that PIC
> code is not produced by libtool.  So every source file only gets built once,
> and all the .lo's pic_object settings are "none".

Please try a CVS update.  I've just checked in a libtool update that
hopefully fixes this problem.

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