Hi Steve,
I unfortunately can't answer your question, but you probably have a
better chance of getting an answer on a non Fortran-specific GCC help
list, like gcc-help@xxxxxxxxxxx, to which I'm forwarding your question.
Regards,
FX
I have just been trying out the latest SVN on powerpc-ibm-aix4.3.1.0.
I configured in a separate build tree with:
CONFIG_SHELL=/usr/local/bin/bash /home/edwardss/gcc/configure --
mandir=/usr/local/share/man --infodir=/usr/local/share/info --with-
gmp=/usr/local --with-mpfr=/usr/local --enable-languages=c,fortran
--disable-multilib
Followed by 'make bootstrap'
Unfortunately the build failed with:
libtool: compile: /home/edwardss/obj/./gcc/xgcc -B/home/edwardss/
obj/./gcc/ -B/ usr/local/powerpc-ibm-aix4.3.1.0/bin/ -B/usr/local/
powerpc-ibm-aix4.3.1.0/lib/ -isystem /usr /local/powerpc-ibm-
aix4.3.1.0/include -isystem /usr/local/powerpc-ibm-aix4.3.1.0/sys-
include -DHAVE_CONFIG_H -I. -I/home/edwardss/gcc/libgfortran -I. -
iquote/home/edwardss/gcc/libgfort ran/io -I/home/edwardss/gcc/
libgfortran/../gcc -I/home/edwardss/gcc/libgfortran/../gcc/confi g -
I../../.././gcc -D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -
Wmissing-prototypes - Wold-style-definition -Wextra -Wwrite-strings
-O2 -g -O2 -pthread -MT close.lo -MD -MP -MF . deps/close.Tpo -c /
home/edwardss/gcc/libgfortran/io/close.c -DPIC -o .libs/close.o
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:92: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:93: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:94: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:95: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:96: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:97: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:98: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:99: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:100: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:103: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:104: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:105: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:106: error:
weakref is not supported in this configuration
/home/edwardss/gcc/libgfortran/../gcc/gthr-posix.h:107: error:
weakref is not supported in this configuration
make[6]: *** [close.lo] Error 1
make[6]: Leaving directory `/home/edwardss/obj/powerpc-ibm-
aix4.3.1.0/pthread/libgfort ran'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/edwardss/obj/powerpc-ibm-
aix4.3.1.0/pthread/libgfort ran'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory `/home/edwardss/obj/powerpc-ibm-
aix4.3.1.0/libgfortran'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory `/home/edwardss/obj/powerpc-ibm-
aix4.3.1.0/libgfortran'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/edwardss/obj/powerpc-ibm-
aix4.3.1.0/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory `/home/edwardss/obj'
make: *** [bootstrap] Error 2
(apologies for any text wrapping in that)
The only reference to weakref I have been able to find in the
documentation regards the GNU assembler which I'm not using.
Does anyone have any suggestions I can try to fix this?
Steve E