[Bug libgcc/123976] GCC 15.2.0 (libgcc) does not build on PPC Mac OS X 10.5.8, Leopard, because of missing "md-unwind-def.h"
Peter_Dyballa at web dot de
gcc-bugzilla@gcc.gnu.org
Wed Jul 1 23:04:04 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976
--- Comment #138 from Peter Dyballa <Peter_Dyballa at web dot de> ---
(In reply to Iain Sandoe from comment #137)
> (In reply to Peter Dyballa from comment #136)
> >
> > Only download format is ZIP – it's an MS Windows app.
>
> https://github.com/iains/gcc-16-branch/tree/gcc-16-1-darwin-ppc
>
> macOS can unzip ..
I meant GH is an MS Windows app.
All fine now, ggc/doc/ifn.texi was manually patched. Active ports are:
gcc10-bootstrap @10.5.0_0
gmp @6.3.0_0
isl @0.24_1
libmpc @1.4.1_0
mpfr @4.2.2_0
The executables in gcc10-bootstrap have the usual names without any additional
add-ons. Configuration was:
env
PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
PATH=/opt/local/libexec/gcc10-bootstrap/bin:/bin:/usr/bin:/sbin:/usr/sbin:/opt/X11/bin:/opt/local/libexec/perl5.38:/usr/X11/bin:/opt/local/bin:/opt/local/sbin
./configure --prefix=/opt/local --build=powerpc-apple-darwin9
--datarootdir=/opt/local/share/gcc-16 --disable-libgomp --disable-multilib
--disable-nls --enable-checking=release --enable-host-shared
--enable-languages=c,c++,objc,obj-c++ --infodir=/opt/local/share/info
--libdir=/opt/local/lib/gcc16 --mandir=/opt/local/share/man
--program-suffix=-mp-16
--with-bugurl=https://github.com/macos-powerpc/powerpc-ports/issues/new
--without-build-config --with-darwin-extra-rpath=/opt/local/lib/libgcc
--with-gmp=/opt/local --with-gxx-include-dir=/opt/local/include/gcc16/c++/
--with-isl=/opt/local --with-ld=/usr/bin/ld64 --with-local-prefix=/opt/local
--with-mpc=/opt/local --with-mpfr=/opt/local --with-system-zlib
--with-gxx-libcxx-include-dir="/opt/local/libexec/gcc16/libc++/include/c++/v1"
--with-pkgversion="MacOS PowerPC gcc16 16.1.0_0+stdlib_flag"
config.log records:
The following languages will be built: c,c++,lto,objc,obj-c++
*** This configuration is not supported in the following subdirectories:
zlib target-libsanitizer target-libvtv target-libphobos target-libgcobol
target-libgo gnattools gotools libgrust target-libada target-libga68
target-zlib target-libbacktrace target-libgfortran target-libffi target-libgm2
target-libgrust target-libgomp
(Any other directories should still work fine.)
but no version gcc used yet. host-powerpc-apple-darwin9/gcc/config.log records:
/usr/bin/ld64 - GNU ld and gcc (GCC) 10.5.0.
So, after breakfast the build will also have its first break… or faster?
More information about the Gcc-bugs
mailing list