On Tue, 21 Dec 2021, 14:02 Фёдар Стрыжнёў (Fiodar Stryzhniou) via Gcc-help, <gcc-help@xxxxxxxxxxx> wrote: > On Mon, 20 Dec 2021 18:00:16 -0600 > Segher Boessenkool <segher@xxxxxxxxxxxxxxxxxxx> wrote: > > > On Mon, Dec 20, 2021 at 10:30:01PM +0300, Фёдар Стрыжнёў (Fiodar > Stryzhniou) via Gcc-help wrote: > > > On Mon, 20 Dec 2021 15:37:26 +0000 > > > Richard Earnshaw <Richard.Earnshaw@xxxxxxxxxxxx> wrote: > > > > I don't think I've seen a question about SymbianOS support in over 5 > > > > years, now, possibly longer. Given that SymbianOS itself was > > > > discontinued back around 2013 (8 years ago now), the GCC port has > > > > declined to the point where I suspect it's likely to get deprecated > > > > soon, due to lack of maintenance. > > > > > > There several configure problems but result is good. It just works. > This is offtopic but can be continued in separate thread. > > > > Such things are never off-topic :-) > > > > Someone needs to do maintenance on the port. An important first step is > > to regularly (and at least semi-frequently) post testresults. That also > > shows everyone there is still some interest in the port, and importantly > > it shows what the current state is. > > > > > I wrote in email all build issues later. I need to build GCC 11 again to > gather info. > Libsupc++ tied to libstdc++ What do you mean "tied to"? is major problem because it depends from libc. Therefore libsupc++ may(and > probaly will) depend from libc. Libsupc++ has minimal dependencies on libc, and what it has is optional/configurable. Are you building with --disable-hosted-libstdcxx to get a freestanding libsupc++ build?