On wto, 2008-04-29 at 12:10 +0200, Pierre SCHNIZER wrote: Dear Pierre!
Thanks for the fast response. > > Please could you also send me why 0.9.1 failed > to compile? Please add your architecture / compiler as well. I'm pasting the actual compilation error line below: building 'inittest' extension C compiler: i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncurses -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4 -gdwarf-2 -g2 -Wall -Wstrict-prototypes -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=0 -DNUMERIC=0 -DPYGSL_GSL_MAJOR_VERSION=1 -DPYGSL_GSL_MINOR_VERSION=11 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/python2.5 -c' i686-pld-linux-gcc: src/init/inittestmodule.c i686-pld-linux-gcc: src/init/inittestmodule.c: No such file or directory i686-pld-linux-gcc: no input files i686-pld-linux-gcc: src/init/inittestmodule.c: No such file or directory i686-pld-linux-gcc: no input files error: Command "i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncurses -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4 -gdwarf-2 -g2 -Wall -Wstrict-prototypes -fPIC -DSWIG_COBJECT_TYPES=1 -DDEBUG=0 -DNUMERIC=0 -DPYGSL_GSL_MAJOR_VERSION=1 -DPYGSL_GSL_MINOR_VERSION=11 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python2.5/site-packages/numpy/core/include -I/usr/include/python2.5 -c src/init/inittestmodule.c -o build/temp.linux-i686-2.5/src/init/inittestmodule.o" failed with exit status 1 error: Bad exit status from /home/users/czarny/tmp/rpm-tmp.54332 (% build) --- As for the information you requested: [EMAIL PROTECTED] ~/rpm/SPECS]$ gcc -v Reading specs from /usr/lib/gcc/i686-pld-linux/4.2.3/specs Target: i686-pld-linux Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --libdir=/usr/lib --libexecdir=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man --x-libraries=/usr/lib --enable-shared --enable-threads=posix --enable-languages=c,c ++,fortran,objc,obj-c++,ada,java --enable-c99 --enable-long-long --disable-multilib --enable-nls --disable-werror --with-gnu-as --with-gnu-ld --with-demangler-in-ld --with-system-zlib --with-slibdir=/lib --without-system-libunwind --enable-cmath --with-long-double-128 --with-gxx-include-dir=/usr/include/c++/4.2.3 --disable-libstdcxx-pch --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libjava-multilib --disable-gconf-peer --enable-java-awt=xlib,gtk,qt --enable-plugin --enable-libgcj --enable-libgcj-multifile --enable-libgcj-database --enable-gtk-cairo --enable-jni --enable-xmlj --enable-bootstrap i686-pld-linux Thread model: posix gcc version 4.2.3 20080201 (release) (PLD-Linux) [EMAIL PROTECTED] ~/rpm/SPECS]$ uname -a Linux kacper 2.6.24.4_laptop-1 #1 SMP PREEMPT Fri Apr 11 19:12:46 CEST 2008 i686 Intel(R)_Pentium(R)_M_processor_1.70GHz PLD Linux I'd like to thank you for the good work of writing a python wrapper round gsl. I've written just yesterday some opaque Python C API binding just for SVD (as that's the only operation I'm actually using from gsl) and had a lot of issues with it (especially ensuring that numpy arrays are converted correctly to gsl_matrix). So seeing your code actually work and perform my job quicker and safer I'm very happy. [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ pygsl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pygsl-discuss
