[Bug bootstrap/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++
bkoz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 20 22:47:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829
--- Comment #14 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-01-20 22:25:18 UTC ---
Created attachment 26398
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26398
try 5, src/c++11/.libs, src/c++98/.libs, libstdc++convenience.la
Changes:
1) nest source SUBDIRS in toplevel src directory, so src/c++98, src/c++11.
2) add supra-convenient library, libstdc++convenience.la to src Makefile.am as
a target
The question is now, how do I get gcc to link with libstdc++convenience.la
instead of libstdc++ when --disable-static?
More information about the Gcc-bugs
mailing list