[Pythonmac-SIG] building statically with bdist_mpkg

Christopher Barker Chris.Barker at noaa.gov
Mon Oct 2 21:14:16 CEST 2006


listservs at mac.com wrote:
> I've looked around for some docs on how to do this, but was  
> unsuccessful: How do you build statically using bdist_mpkg? At the  
> moment, I am building manually using
> 
> python setup.py config -L ../staticlibs build install
> 
> where staticlibs holds all of the libraries I need.

If you add that path in your setup.py, then it will be used by 
bdist_mpkg. I don't remember exactly the incantation to do this, but 
it's something like library_dirs.

-Chris




-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the Pythonmac-SIG mailing list