--- Comment #5 from dje at gcc dot gnu dot org 2006-01-13 19:56 ---
no feedback. apparently the problem was XLC bootstrap.
--
dje at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #4 from dje at gcc dot gnu dot org 2005-11-24 03:56 ---
Many people are reporting that they cannot bootstrap GCC with IBM's VisualAge
compiler. This appears to be a problem with VAC/XLC, not with GCC. This bug
should be reported to IBM as a XLC bug. In the meantime, you ne
--- Comment #3 from gaojianbin at 263 dot net 2005-11-24 00:22 ---
../gcc-4.0.2/configure --prefix=/swtdata/emv_emu/emu1/jbgao/gccbin
--enable-threads=aix --enable-languages="c
,c++" --with-included-gettext --enable-shared --disable-multilib
make bootstrap
use the cc compiler;ibm vi
--- Comment #2 from gaojianbin at 263 dot net 2005-11-23 07:42 ---
1:
I use xls,ibm visual age 6.0 c compiler.
2:configure options is as follows:
../gcc-4.0.2/configure --prefix=/swtdata/emv_emu/emu1/jbgao/gccbin
--enable-threads=aix --enable-languages=c,c++
3:i have read the instal
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-23 00:39 ---
What compiler are you starting with?
Also what options did you use to do a configure with.
Also could you make sure that you have read:
http://gcc.gnu.org/install/specific.html#x-ibm-aix
--
pinskia at gcc dot gnu