Mario,
I, personally, have not encountered MAXDATA limits building
application with GCC (as opposed to Java), but I can see that some
large applications might encounter them. I bootstrap GCC every night
and build many GNU applications with the default GCC configuration.
I can adjust the default G
Hi,
i just built GCC 4.4.0 on AIX 6.1 using the following commands:
setenv LDR_CNTRL MAXDATA=0x5000
../gcc-4.4.0/configure --disable-multilib --with-gmp=/usr/local
make bootstrap-lean
make install
$ config.guess
powerpc-ibm-aix6.1.0.0
$ gcc -v
Using built-i