[Bug bootstrap/10815] C compiler cannot create executables
dhazeghi@yahoo.com
gcc-bugzilla@gcc.gnu.org
Mon May 26 17:46:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10815
------- Additional Comments From dhazeghi@yahoo.com 2003-05-26 17:40 -------
Hello,
well all I can see from the report is that the linker's not very happy.
I'm not sure if this will help, but can you do the following.
/software/gcc-3.3-obj/gcc/xgcc -B/software/gcc-3.3-obj/gcc/
-B/usr/local/powerpc-ibm-aix5.1.0.0/bin/ -B/usr/local
/powerpc-ibm-aix5.1.0.0/lib/ -isystem
/usr/local/powerpc-ibm-aix5.1.0.0/include -maix64 -v -o conftest.o -O2 -c -g
-O2 conftest.c
Then run the following:
/software/gcc-3.3-obj/gcc/collect2 -v -bpT:0x10000000 -bpD:0x20000000
-btextro -bnodelcsect -b64 -o conftest /lib/crt0_64.o -L/software/gcc-3.3-obj/gcc/ppc64 -L/
software/gcc-3.3-obj/gcc -L/usr/local/powerpc-ibm-aix5.1.0.0/bin -L/usr/local/powerpc-ibm-
aix5.1.0.0/lib -L/usr/local/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/../../../powerpc-ibm-aix5.1.0.0/
lib -L/usr/local/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/../../ppc64 -L/usr/local/lib/gcc-lib/
powerpc-ibm-aix5.1.0.0/../.. conftest.o /software/gcc-3.3-obj/gcc/ppc64/libgcc.a /
software/gcc-3.3-obj/gcc/ppc64/libgcc_eh.a -lc /software/gcc-3.3-obj/gcc/ppc64/libgcc.a /
software/gcc-3.3-obj/gcc/ppc64/libgcc_eh.a
Hopefully, we can find out exactly why the linker is not happy (ie an error message). If this doesn't
work, I suggest we forward the report to our AIX maintainer who will probably be able to figure the
problem out in a matter of a minute or two :-)
Dara
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Gcc-bugs
mailing list