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 bootstrap/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at gcc dot gnu.org,
                   |                            |bonzini at gnu dot org, dj
                   |                            |at gcc dot gnu.org, jakub
                   |                            |at gcc dot gnu.org, rwild
                   |                            |at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-03 12:36:53 UTC ---
Build maintainers, any ideas how to do this?  I guess the toplevel configure
should not pass --disable-static to libstdc++ configure then, but some other
option, but no idea how to arrange in automake build, but no install, of the
*.a library.
For 4.7 the alternative could be to
--disable-build-poststage1-with-cxx --disable-build-with-cxx if
--disable-static is seen (or error out if explicitly both options are passed).


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