472,363 Members | 2,067 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,363 software developers and data experts.

Python setup script problem

Hello, I have been trying to install an application which requires Python:
http://chip.dfci.harvard.edu/~wli/MAT/

My environment is AIX 5.2. Below is the section of the setup that has
failed, which BTW works fine on Fedora 5.
I suspect it has to do with Python on AIX and/or the setup.py script.
Has anyone experienced this before?

MAT-2.04182006python setup.py install
Found make and swig.
make -C AffyFileParser clean
make[1]: Entering directory
`/flash/home/jling/dl/MAT-2.04182006/src/AffyFileParser'
rm -f extension/*
make[1]: Leaving directory
`/flash/home/jling/dl/MAT-2.04182006/src/AffyFileParser'
make -C gaussian clean
make[1]: Entering directory
`/flash/home/jling/dl/MAT-2.04182006/src/gaussian'
rm -f extension/*
make[1]: Leaving directory
`/flash/home/jling/dl/MAT-2.04182006/src/gaussian'
make -C AffyFileParser all
make[1]: Entering directory
`/flash/home/jling/dl/MAT-2.04182006/src/AffyFileParser'
swig -c++ -python -Iaffymetrix -Iswig -o
extension/AffyFileParser_wrap.cpp swig/AffyFileParser.i
affymetrix/TagValuePair.h:45: Warning(362): operator= ignored
affymetrix/CHPFileData.h:72: Warning(362): operator= ignored
affymetrix/CHPFileData.h:406: Warning(362): operator= ignored
affymetrix/CHPFileData.h:466: Warning(362): operator= ignored
affymetrix/CHPFileData.h:499: Warning(362): operator= ignored
cp python/* extension
make[1]: Leaving directory
`/flash/home/jling/dl/MAT-2.04182006/src/AffyFileParser'
make -C gaussian all
make[1]: Entering directory
`/flash/home/jling/dl/MAT-2.04182006/src/gaussian'
swig -c++ -python -Igsl -Iswig -o extension/gaussian_wrap.cpp
swig/gaussian.i
cp python/* extension
make[1]: Leaving directory
`/flash/home/jling/dl/MAT-2.04182006/src/gaussian'
running install
running build
running build_py
copying src/MAT/AffyFileParser.py -build/lib.aix-5.2-2.4/MAT
copying src/MAT/gaussian.py -build/lib.aix-5.2-2.4/MAT
running build_ext
building '_gaussian' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -Isrc/gaussian/gsl -I/usr/local/include/python2.4 -c
src/gaussian/extension/gaussian_wrap.cpp -o
build/temp.aix-5.2-2.4/src/gaussian/extension/gaussian_wrap.o
In file included from /usr/local/include/python2.4/Python.h:8,
from src/gaussian/extension/gaussian_wrap.cpp:129:
/usr/local/include/python2.4/pyconfig.h:844:1: warning: "_XOPEN_SOURCE"
redefined
<command line>:4:1: warning: this is the location of the previous definition
c++ gcc -pthread -bI:/usr/local/lib/python2.4/config/python.exp
build/temp.aix-5.2-2.4/src/gaussian/gsl/gauss.o
build/temp.aix-5.2-2.4/src/gaussian/gsl/gaussinv.o
build/temp.aix-5.2-2.4/src/gaussian/extension/gaussian_wrap.o -o
build/lib.aix-5.2-2.4/MAT/_gaussian.so
c++: `-b' must come at the start of the command line
error: command 'c++' failed with exit status 1
Much Appreciated,

--
John Ling
Software developer, UBC Bioinformatics Centre & UBC Proteomics Centre
Jul 10 '06 #1
0 1278

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Logan | last post by:
Several people asked me for the following HOWTO, so I decided to post it here (though it is still very 'alpha' and might contain many (?) mistakes; didn't test what I wrote, but wrote it - more or...
5
by: Fuzzyman | last post by:
Python 2.4 is built with Microsoft Visiual C++ 7. This means that it uses msvcr7.dll, which *isn't* a standard part of the windows operating system. This means that if you build a windows installer...
2
by: Cathy Hui | last post by:
I am trying to install MySQL-Python 0.9.1 on my Solaris 8 system. The system has Python 2.3.3 and Mysql 4.0.21 installed. This is where I downloaded the distribution of the Mysql-python...
15
by: kyosohma | last post by:
Hi, I am trying to get a small group of volunteers together to create Windows binaries for any Python extension developer that needs them, much like the package/extension builders who volunteer...
2
by: Jorgen Bodde | last post by:
Hi all, This is slightly OT but it drives me nuts. Whenever I create a shortcut in the start menu (in Windows) of a python script, it will only execute it when the path where the script resides...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.