https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99267
Bug ID: 99267
Summary: Build fails for AIX 6.1
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: John.Parke at alebra dot com
CC: cmang at google dot com
Target Milestone: ---
Trying to build go on AIX 6.1 using this configure:
/usr/gcc-10.2.0/configure --prefix=/opt/freeware/go --enable-languages=go
--enable-version-specific-runtime-libs --disable-nls --with-cloog=no
--with-ppl=no --disable-libstdcxx-pch --enable-__cxa_atexit --disable-werror
--with-gcc-major-version-only --program-suffix=-10 --disable-rpath
--with-static-standard-libraries --enable-static --enable-threads=aix
--enable-libstdcxx-threads
C++ compiler is:
gcc version 10.2.0 (GCC)
Getting the following stage 3 error
gmake[4]: Entering directory '/usr/gcc-build/powerpc-ibm-aix6.1.9.0/libgo'
f="internal/bytealg.o"; if test ! -f $f; then f="internal/.libs/bytealg.o"; fi;
missing-objcopy -j .go_export $f internal/bytealg.s-gox.tmp; /bin/sh
/usr/gcc-10.2.0/libgo/mvifdiff.sh internal/bytealg.s-gox.tmp `echo
internal/bytealg.s-gox | sed -e 's/s-gox/gox/'`
/bin/sh: missing-objcopy: not found.
mv_64: cannot stat 'internal/bytealg.s-gox.tmp': A file or directory in the
path name does not exist.
gmake[4]: *** [Makefile:2865: internal/bytealg.s-gox] Error 1
gmake[4]: Leaving directory '/usr/gcc-build/powerpc-ibm-aix6.1.9.0/libgo'
gmake[3]: *** [Makefile:2247: all-recursive] Error 1
gmake[3]: Leaving directory '/usr/gcc-build/powerpc-ibm-aix6.1.9.0/libgo'
gmake[2]: *** [Makefile:1160: all] Error 2
gmake[2]: Leaving directory '/usr/gcc-build/powerpc-ibm-aix6.1.9.0/libgo'
gmake[1]: *** [Makefile:22499: all-target-libgo] Error 2
gmake[1]: Leaving directory '/usr/gcc-build'
gmake: *** [Makefile:1012: all] Error 2
Can anyone suggest why this is occuring.
Thanks for any help.
John