This is the mail archive of the gcc@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]

Re: -fabi-version doing nothing?


Nathan Sidwell wrote:
the flag controls the layout of classes and vtables, it does not
select a library version.

Perhaps that should be documented. I had always considered the C++ standard library to be a part of the C++ ABI.


I was told on IRC that I could get the effect I want by using standard gcc as the driver and manually linking in stdc++.so.5 and supc++.a - is this a supported general technique (ie will the names/paths of these libs change in future)? Is this the right way to convince GCC 3.4 to produce C++ binaries that can run on systems with the v1 C++ ABI?

thanks -mike


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