https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976
--- Comment #208 from Peter Dyballa <Peter_Dyballa at web dot de> --- (In reply to Peter Dyballa from comment #207) > (In reply to Iain Sandoe from comment #205) > > (In reply to Peter Dyballa from comment #204) > > > The optimised for size build could avoid the ld bug. It brought quite a > > > few > > > warnings. And in the end, after 8¾ hours, a well-known symlink, > > > md-unwind-def.h, is missing. > > > > OK ... > > > > in the build directory please show the output of > > > > `./gcc/xgcc -v` > > leopard pete 226 /\ gcc/xgcc -v > Using built-in specs. > COLLECT_GCC=gcc/xgcc > Target: powerpc-apple-darwin9.8.0 > Configured with: ../gcc-16-branch-gcc-16-1-darwin/configure > --disable-libgomp --disable-multilib CC=powerpc-apple-darwin9-gcc > CXX=powerpc-apple-darwin9-g++ > Thread model: posix > Supported LTO compression algorithms: zlib > gcc version 16.1.0 (GCC) > > > > > `./gcc/xgcc -print-prog-name=ld` > > leopard pete 227 /\ gcc/xgcc -print-prog-name=ld > ld > > > > > and then > > > > `which powerpc-apple-darwin9-gcc ` > > leopard pete 228 /\ which powerpc-apple-darwin9-gcc > powerpc-apple-darwin9-gcc: Command not found. > > leopard pete 229 /\ floc powerpc-apple-darwin9-gcc > /opt/local/libexec/gcc10-bootstrap/bin/powerpc-apple-darwin9-gcc > leopard pete 230 /\ alias floc > locate /!:1 | grep -v var/macports | grep !:1$ > > > > > `powerpc-apple-darwin9-gcc -print-prog-name=ld` > > leopard pete 231 /\ > /opt/local/libexec/gcc10-bootstrap/bin/powerpc-apple-darwin9-gcc > -print-prog-name=ld > ld > > > > > --- > > > > in the source directory. > > > > `git status ` > > No git in Leopard. (But in MacPorts, version 2.54.0.) (In reply to Iain Sandoe from comment #206) > (In reply to Iain Sandoe from comment #205) > > (In reply to Peter Dyballa from comment #204) > > > The optimised for size build could avoid the ld bug. It brought quite a > > > few > > > warnings. And in the end, after 8¾ hours, a well-known symlink, > > > md-unwind-def.h, is missing. > > > > > > in the source directory. > > > > `git status ` > > assuming that you have a git checkout. > > ====== > > also what output do you get (in the source directory) from > > `./contrib/gcc_update --touch` > > ? No git. leopard pete 240 /\ contrib/gcc_update --touch leopard pete 241 /\
