This is the mail archive of the gcc-bugs@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: libstdc++.a and libstdc++.so


On Mon, 28 Dec 1998 10:27:26 -0500 (EST), "Paul M. Eugenio" wrote:
>Dear Egcs-ers
>
>By default, I see that in making egcs via "make bootstrap" creates 
>a libstdc++.a.2.9.0 but not shared version such as libstdc++.so.2.9.0. 
>
>How can I make the shared version of this library? 

Either shared libraries are not supported on your platform, or they're only
supported with GNU ld.  Patches to correct either are welcome.  If you tell
us what platform you're using, we can give more specific advice.

zw


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