On Tue, 11 Apr 2000, Michael Bletzinger wrote:

> Kevin Atkinson wrote:
> > Because libstdc++ is compiled ONLY as a static library.  When I tried
> > creating a C++ shared library it tried to put the static library into the
> > shared library which failed miserably as the code does was not compiled
> > with PIC support.  At least that is what I think happened.
> > 
> 
> At least on solaris and linux if you build gcc with the --enable-shared
> flag then all of the run-time libraries will be built as shared and
> static.  This flag is disabled by default.

Yes I know, that is the source of my problems.  I would like a way to deal
with this without having to build the shared library version of libstdc++.

---
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/

Reply via email to