Greetings, Michael:
Michael Lambert wrote:
Hi John,
Do you see failures involving the linking of addition.o? That appears
to be the difference between my tests on Intel/10.5.2 and Gaius under
i386/Debian.
I had 18 such failures, exemplified by the following.
about to call target_compile with
/Users/build/src/gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/pass/testadd.mod
/Users/build/bld/gm2/gcc/testsuite/testadd.x0 executable -g libs=
{compiler=/Users/build/bld/gm2/gcc/xgm2 -B/Users/build/bld/gm2/gcc
-I/Users/build/src/gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/pass:../gm2/gm2-libs:/Users/build/src/gcc-4.1.2/gcc/testsuite/../gm2/gm2-libs
-fpim}
Executing on host: /Users/build/bld/gm2/gcc/xgm2
-B/Users/build/bld/gm2/gcc
-I/Users/build/src/gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/pass:../gm2/gm2-libs:/Users/build/src/gcc-4.1.2/gcc/testsuite/../gm2/gm2-libs
-fpim
/Users/build/src/gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/pass/testadd.mod
-lm -o /Users/build/bld/gm2/gcc/testsuite/testadd.x0 (timeout = 300)
/usr/bin/ld: /var/tmp//cckLulbQ.a(addition.o) is input for the dynamic
link editor, is not relocatable by the static link editor again
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/bin/ld: /var/tmp//cckLulbQ.a(addition.o) is input for the dynamic
link editor, is not relocatable by the static link editor again
collect2: ld returned 1 exit status
The odd thing is that I see nothing different in the compilation of
addition.mod to account for the ld error.