Building things with setup.py
- From: James Stroud <jstroud@xxxxxxxxxxxx>
- Date: Fri, 22 Sep 2006 02:33:39 GMT
Hello All,
This is annoying. I am trying to build scipy right now but every .so file requires my adding "-lpython2.5 -lpthread -lm -lutil -ldl -shared" to the ld flags.
Main Question: When building with "setup.py", where can I include this information so I don't have to link every .so file by hand?
Also, why would this not be caught by the developers of scipy and numpy? What factors go into needing to specify libraries and to properly link ..so files manually? Certainly the enthought didn't forget to test the build process, so why would my machine be special in this regard?
I'm running Linux FC4 on a dual intel p4 (~3.2 GHz) with sundry libraries in non-standard places. Is this non-standard part what's killing me?
James
--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095
http://www.jamesstroud.com/
.
- Follow-Ups:
- Re: Building things with setup.py
- From: "Martin v. Löwis"
- Re: Building things with setup.py
- From: Robert Kern
- Re: Building things with setup.py
- From: Robert Kern
- Re: Building things with setup.py
- From: James Stroud
- Re: Building things with setup.py
- Prev by Date: Re: How to get ip setting, dynamic ip or static ip?
- Next by Date: Re: Building things with setup.py
- Previous by thread: Re: Don't use regular expressions to "validate" email addresses
- Next by thread: Re: Building things with setup.py
- Index(es):
Relevant Pages
|