Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Installation problem in AIX

Reply
Thread Tools

Installation problem in AIX

 
 
Guest
Posts: n/a
 
      09-17-2004
Hello,

I'm trying to install Python 2.3.4 in AIX 5.2 with gcc 2.9. After a lot
of messing around I got the configure script to run using the following
command (libm parameter found from python-list archives):

configure --with-gcc --with-cxx=g++ --with-libm="" --disable-ipv6

Now I have a problem running make:

./Modules/makexp_aix Modules/python.exp . libpython2.3.a; gcc
-Wl,-bE:Modules/python.exp -lld -o python Modules/ccpython.o
libpython2.3.a
collect2: /lib/libld.a: not a COFF file
make: 1254-004 The error code from the last command is 1.

I had the same "not a COFF file" error during configure with libm.a
until I added the --with-libm="" parameter.

Can anyone help?

Paul.



Any e-mail message from the European Central Bank (ECB) is sent in good faith but shall neither be binding nor construed as constituting a commitment by the ECB except where provided for in a written agreement.
This e-mail is intended only for the use of the recipient(s) named above. Any unauthorised disclosure, use or dissemination, either in whole or in part, is prohibited.
If you have received this e-mail in error, please notify the sender immediately via e-mail and delete this e-mail from your system.


 
Reply With Quote
 
 
 
 
Donn Cave
Guest
Posts: n/a
 
      09-17-2004
In article <mailman.3441.1095413314.5135.python->,
<> wrote:

> I'm trying to install Python 2.3.4 in AIX 5.2 with gcc 2.9. After a lot
> of messing around I got the configure script to run using the following
> command (libm parameter found from python-list archives):
>
> configure --with-gcc --with-cxx=g++ --with-libm="" --disable-ipv6
>
> Now I have a problem running make:
>
> ./Modules/makexp aix Modules/python.exp . libpython2.3.a; gcc
> -Wl,-bE:Modules/python.exp -lld -o python Modules/ccpython.o
> libpython2.3.a
> collect2: /lib/libld.a: not a COFF file
> make: 1254-004 The error code from the last command is 1.
>
> I had the same "not a COFF file" error during configure with libm.a
> until I added the --with-libm="" parameter.
>
> Can anyone help?


If you actually could build with IBM's C compiler, do that,
and --with-cxx=no and OPT=-qmaxmem=8192.

Donn Cave,
 
Reply With Quote
 
 
 
 
sibisco
Guest
Posts: n/a
 
      10-07-2004
hello!
It seems I have the same problem than you but for a different
installation. Indeed, I try to install a cross compiler for 5.1 AIX. When
I compile gcc (withthe command make) I have this error :
collect2: /lib/libld.a: not a COFF file
make: 1254-004 The error code from the last command is 1.
I don't understand what it means.
Could you help me ?
Thanks.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Christmas Lights Installation Los Angeles, Beverly Hills, SantaMonica, Culver City, Marina Del Rey, Calabasas, Agoura Hills Thousand OaksHoliday Lights Installation 1-310-925-1720 info ASP .Net 0 11-15-2008 02:30 AM
putenv for AIX and ifdef for AIX ClownPleco C Programming 5 08-24-2007 02:15 PM
AIX 5.2 Ruby binaries or installation package Daya Sharma Ruby 3 10-07-2006 12:31 AM
Perl 5.8.8 installation help on AIX 5.1 eatona@coramhc.com Perl Misc 3 06-06-2006 07:58 PM
Looking for AIX 5.2 binaries, IS anyone running Ruby on AIX 5.2 ?? bww00amdahl@yahoo.com Ruby 5 07-08-2005 11:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57