[Numpy-discussion] Numpy on AIX 5.3

2008-07-05 Thread Marek Wojciechowski
Hi! I'm trying to install numpy-1.1 on AIX 5.3 but i'm getting an error: running build running scons customize UnixCCompiler Found executable /usr/bin/cc_r customize IBMFCompiler Found executable /usr/bin/xlf90 Found executable /usr/bin/xlf Found executable /usr/bin/xlf95 Creating /tmp/tmp5j_OiW/

[Numpy-discussion] Numpy on AIX 5.3

2008-07-08 Thread Marek Wojciechowski
Dnia poniedziałek 07 lipiec 2008, [EMAIL PROTECTED] napisał: > > > >   File "/home/marek/tmp/numpy-1.1.0/numpy/distutils/ccompiler.py", > > > > line 303, in CCompiler_cxx_compiler > > > >     + cxx.linker_so[2:] > > > > TypeError: can only concatenate list (not "str") to list > > > > > > Just by re

Re: [Numpy-discussion] Numpy on AIX 5.3

2008-07-05 Thread David Cournapeau
Marek Wojciechowski wrote: > Hi! > > I'm trying to install numpy-1.1 on AIX 5.3 but i'm getting an error: > > running build > running scons > customize UnixCCompiler > Found executable /usr/bin/cc_r > customize IBMFCompiler > Found executable /usr/bin/xlf90 > Found executable /usr/bin/xlf > Found e

Re: [Numpy-discussion] Numpy on AIX 5.3

2008-07-08 Thread David Cournapeau
On Tue, Jul 8, 2008 at 5:08 PM, Marek Wojciechowski <[EMAIL PROTECTED]> wrote: > > cxx.linker_so = [cxx.linker_so[0], cxx.compiler_cxx[0]] + cxx.linker_so[2:] > > in line 303 of cccompiler.py in distutils. > Should be fixed in r5368. I will merge the change into 1.1.1 as well cheers, David _