AIX status

Alexandre Oliva oliva@lsd.ic.unicamp.br
Tue Nov 7 12:53:00 GMT 2000


On Nov  7, 2000, David Edelsohn <dje@watson.ibm.com> wrote:

> 	Because libtool builds the shared library with the linker flag
> allowing errors, a shared library is generated, but it is not completely
> correct and usable.

If libstdc++ is supposed to be self-contained, it should be linked
with -no-undefined.  The default behavior of libtool is to allow
libraries to have undefined symbols, except on platforms in which this
is impossible, in which case libtool only creates a static library.

-- 
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 Libstdc++ mailing list