* Compile libstdc++-v3 without ABI library
@ 2021-08-21 11:48 Tejas Garhewal
2021-08-21 12:20 ` Jonathan Wakely
0 siblings, 1 reply; 2+ messages in thread
From: Tejas Garhewal @ 2021-08-21 11:48 UTC (permalink / raw)
To: gcc-help
I'm interested in building the GCC C++ standard library without linking
against any of the 2 ABI libraries available.
I have the option to use no library at all for libcxx, but for reasons
beyond my control I will not be able to use libcxx
I only wish to stick to C++2003 and actively avoid all features from C++11
onwards including via non-standard extensions.
Is this possible with libstdc++-v3?
I tried searching for the relevant mailing list but I couldn't find the
equivalent of gcc-help for libstdc++. There was only libstdc++and it is
concerned primarily with development, not helping with issues.
Tried Reddit yesterday, no response.
Even my stackoverflow question hasn't been answered in hours
Any help will be appreciated.
Thank you for reading.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compile libstdc++-v3 without ABI library
2021-08-21 11:48 Compile libstdc++-v3 without ABI library Tejas Garhewal
@ 2021-08-21 12:20 ` Jonathan Wakely
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2021-08-21 12:20 UTC (permalink / raw)
To: Tejas Garhewal; +Cc: gcc-help
On Sat, 21 Aug 2021, 12:50 Tejas Garhewal via Gcc-help, <
gcc-help@gcc.gnu.org> wrote:
> I'm interested in building the GCC C++ standard library without linking
> against any of the 2 ABI libraries available.
>
I'm not sure what you mean by ABI libraries. Do you mean libsupc++ and
libc++abi? The rest of your email doesn't seem related to this.
> I have the option to use no library at all for libcxx, but for reasons
> beyond my control I will not be able to use libcxx
>
> I only wish to stick to C++2003 and actively avoid all features from C++11
> onwards including via non-standard extensions.
>
> Is this possible with libstdc++-v3?
>
Yes, just compile your code with -std=c++98
> I tried searching for the relevant mailing list but I couldn't find the
> equivalent of gcc-help for libstdc++. There was only libstdc++and it is
> concerned primarily with development, not helping with issues.
>
It's for both.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-21 12:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-21 11:48 Compile libstdc++-v3 without ABI library Tejas Garhewal
2021-08-21 12:20 ` Jonathan Wakely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).