* Is that possible to build libstdc++ without std::filesystem?
@ 2021-10-14 22:49 unlvsur unlvsur
2021-10-15 0:16 ` Jonathan Wakely
0 siblings, 1 reply; 2+ messages in thread
From: unlvsur unlvsur @ 2021-10-14 22:49 UTC (permalink / raw)
To: unlvsur unlvsur via Libstdc++
I have some platforms where I do not have correct filesystem support. I want to disable them to prevent dynamic linking errors.
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Is that possible to build libstdc++ without std::filesystem?
2021-10-14 22:49 Is that possible to build libstdc++ without std::filesystem? unlvsur unlvsur
@ 2021-10-15 0:16 ` Jonathan Wakely
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2021-10-15 0:16 UTC (permalink / raw)
To: unlvsur unlvsur; +Cc: unlvsur unlvsur via Libstdc++
On Thu, 14 Oct 2021, 23:50 unlvsur unlvsur via Libstdc++, <
libstdc++@gcc.gnu.org> wrote:
> I have some platforms where I do not have correct filesystem support. I
> want to disable them to prevent dynamic linking errors.
>
You would have to edit the makefiles, there is no configure option to do it.
As the name suggests, --disable-libstdcxx-filesystem-ts only affects the TS
symbols, by preventing libstdc++fs.a from being built. It doesn't affect
the std:: filesystem symbols in libstdc++.so
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-15 0:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 22:49 Is that possible to build libstdc++ without std::filesystem? unlvsur unlvsur
2021-10-15 0:16 ` 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).