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

--- Comment #12 from Paolo Bonzini <bonzini at gnu dot org> 2012-01-20 07:52:26 UTC ---
(In reply to comment #10)
> When there is not one convenience library, but three. Seems like my options
> are:
> 
> 1) combine the three convenience libraries into one, meta or super convenient
> library
> 
> 2) link gcc with libstdc++98convenience + libstdc++11convenience + libsupc++
> instead of libstdc++

Yes, either should work.  I don't think it's too inconvenient (sorry...) to
link with the three libraries.  Does GCC use stdc++11 features?


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