Strange, since I finally make the gcc 3.4.4 build works on my iSeries
(PASE / AIX 5.2 emulation) with a new AS (soon to be released for PASE
and may be AIX).

Are you sure all the PTF/APARs are installed on your boxes ?

my configure was :

CONFIG_SHELL=/opt/freeware/bin/bash TMPDIR=/QOpenSys/tmp
TEMPDIR=/QOpenSys/tmp CC=/opt/freeware/bin/gcc ../configure
--with-as=/tmp/as --prefix=/usr/local/gcc-3.4.4
--with-ld=/QOpenSys/usr/bin/ld --disable-nls --enable-languages=c,c++
--enable-threads --enable-version-specific-runtime-libs

gmake bootstrap-lean


notes on iSeries PASE : 

/tmp/as is a 'test purpose' AIX assembler (shoudn't use GNU AS on AIX
to build gcc)

/opt/freeware/bin/bash is the GNU BASH 

/opt/freeware/bin/gcc is the GNU GCC 3.3.2

/QOpenSys/tmp is in the IFS system file, ie a filesystem which is case sensitive

/QOpenSys/usr/bin/ld is the AIX 5.2 linker (shoudn't use GNU LD on AIX
to build shared libs)

The gcc .spec should be up updated at least on AIX case to be that
simple or at least configurable by outside to use such simple
settings.

Hope it will help

2005/6/18, Ralf S. Engelschall <[EMAIL PROTECTED]>:
> On Fri, Jun 17, 2005, Doug Summers wrote:
> 
> > Ralf S. Engelschall wrote:
> > >On Thu, Jun 16, 2005, Henri Gomez wrote:
> > >
> > >>A quick note to say that some contacts at IBM are working on this
> > >>problem, ie gcc 3.4.4 for AIX 5.2 :)
> > >>
> > >>Hope to have a fix soon
> > >
> > >In the meantime I've merged all necessary changes into OpenPKG-CURRENT's
> > >"openpkg" package. It now out-of-the-box builds under a native AIX 5.1
> > >for me. I've not just got stuck at the GCC problems...
> > [...]
> >
> > Did you use any special switches to the gcc build command? I'm getting
> > this error on AIX 5.1:
> >
> > /openpkg/RPM/TMP/ccv48RAa.s: Assembler messages:
> > /openpkg/RPM/TMP/ccv48RAa.s:845: Error: Unrecognized opcode: `mfcr'
> > make[3]: *** [libgcc/power/_divdi3.o] Error 1
> > make[2]: *** [stmp-multilib] Error 2
> > make[1]: *** [stage1_build] Error 2
> > make: *** [bootstrap-lean] Error 2
> 
> This is exactly the problem which got me stuck. With both GCC 3.4 and 4.0.
> If you have any workaround or even solution, let me know...
> 
>                                        Ralf S. Engelschall
>                                        [EMAIL PROTECTED]
>                                        www.engelschall.com
> 
> ______________________________________________________________________
> The OpenPKG Project                                    www.openpkg.org
> Developer Communication List                   openpkg-dev@openpkg.org
>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to