building libstdc++ standalone
Benjamin De Kosnik
bkoz@redhat.com
Tue Jun 19 17:30:00 GMT 2012
> I want to build libstdc++ separately (i.e without building toplevel
> gccsrcdir). Please let me know whether it is possible to do so? In
> the configure page of libstc++ there is a mention that I need to do
> start with the configure of the entire gccsrcdir and issue make. But
> this will start making the entire tool chain. I just want to fire the
> build of libstdc++. Any suggestions?
This is not supported. There are dependencies/configure checks for
libiberty/libgomp, etc. that make doing this difficult. In addition,
the compiler version and library version tend to be very tightly
coupled.
Sorry,
-benjamin
More information about the Libstdc++
mailing list