[EMAIL PROTECTED] 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

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to