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]
Other format: [Raw text]

[Bug libstdc++/14697] libstdc++ couldn't find 32bit libgcc_s


------- Additional Comments From hjl at lucon dot org  2004-03-24 17:45 -------
If gcc is configured with --disable-shared, I don't believe shared libstdc++
will work very well. Symbol versioning will only work with shared library.
There is no poing to check -lgcc_s if gcc is configured with --disable-shared.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14697


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