https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366
--- Comment #29 from Mark Millard <markmigm at gmail dot com> ---
Note to Lorenzo Salvadore :
Only the SIGSEGV issue is specific to libfortran in the
lang/gcc16-devel build.
The 3 misconfigurations for FreeBSD when there is no
prior lang/gcc* installation in the relevant environment
is just pain wrong for the whole, overall build.
There may need to be a separate submittal for the:
-/* #undef HAVE_ICONV */
+#define HAVE_ICONV 1
-/* #undef HAVE_WORKING_FORK */
+#define HAVE_WORKING_FORK 1
-/* #undef HAVE_WORKING_MBSTOWCS */
+#define HAVE_WORKING_MBSTOWCS 1
and the 3 related instances of:
ld-elf.so.1: Shared object "libstdc++.so.6" not found, required by "conftest"
that cause those incorrect ("-") cases.