Re: 2.4 w/AIX 5.1 - UPDATE (GCC)

2005-07-20 Thread Henri Gomez
well gcc 3.4.4 is working perfectly on AIX 5.2 PASE but this problem at install time prevent me to have a RPM ;( Reading specs from /QOpenSys/usr/local/gcc-3.4.4/bin/../lib/gcc/powerpc-ibm-aix5.2.0.0/3.4.4/specs Configured with: ../configure --with-as=/tmp/as --prefix=/usr/local/gcc-3.4.4

mathomatic problem

2005-07-20 Thread Doug Henry
I think there is a small problem with the mathomatic spec file. Mathomatic requires ncurses, but has -lcurses in the LIBS line of spec file. I believe this needs to be -lncurses. -doug

Re: 2.4 w/AIX 5.1 - UPDATE (GCC)

2005-07-20 Thread Simon J Mudd
Henri Gomez [EMAIL PROTECTED] writes: well gcc 3.4.4 is working perfectly on AIX 5.2 PASE but this problem at install time prevent me to have a RPM ;( Reading specs from /QOpenSys/usr/local/gcc-3.4.4/bin/../lib/gcc/powerpc-ibm-aix5.2.0.0/3.4.4/specs Configured with: ../configure

Re: mathomatic problem

2005-07-20 Thread Ralf S. Engelschall
On Wed, Jul 20, 2005, Doug Henry wrote: I think there is a small problem with the mathomatic spec file. Mathomatic requires ncurses, but has -lcurses in the LIBS line of spec file. I believe this needs to be -lncurses. Ops, yes. Good catch! Now fixed. Thanks.

Re: 2.4 w/AIX 5.1 - UPDATE (GCC)

2005-07-20 Thread Simon J Mudd
Doug Summers [EMAIL PROTECTED] writes: Simon, I got past this by doing the following: 1) Uninstalling binutils (OpenPKG RPM versions) I don't have the binutils rpm installed (AIX rpm). 2) Compiling using --define=with_binutils no switch Did not help me. But you are building 3.3.6 not

Re: 2.4 w/AIX 5.1 - UPDATE (GCC)

2005-07-20 Thread Henri Gomez
well the problem seems to be fixing the RPM install phase for AIX. Any ideas welcome 20 Jul 2005 22:15:29 +0200, Simon J Mudd [EMAIL PROTECTED]: Doug Summers [EMAIL PROTECTED] writes: Simon, I got past this by doing the following: 1) Uninstalling binutils (OpenPKG RPM versions) I

building gcc-3.4.4 on AIX 5.1

2005-07-20 Thread Simon J Mudd
Although this is slightly off topic I am able to build gcc-3.4.4 on AIX 5.1 using the following script after untarring the tar ball and cd'ing into the gcc-3.4.4 directory. #!/usr/bin/bash # # script to build gcc-3.4.4 mkdir obj cd obj # use a proper value later export