On 9/5/12 5:17 PM, William G. Scott wrote:
> Hi folks:
> 
> Despite my best attempts, I cannot seem to persuade the coot package I am 
> maintaining from linking to
> 
>       /System/Library/Frameworks/Python.framework/Versions/2.7/Python 
> 
> Is there a way to keep it out of there?
> 
> I have in the package
> 
> NoSetCPPFLAGS: true
> NoSetLDFLAGS: true
> 
> and
> 
> alias python=%p/bin/python2.7
> export PYTHON=%p/bin/python2.7
> export python=%p/bin/python2.7
> 
> CPPFLAGS="-I%p/include/python2.7"
> LDFLAGS="-Wl,-dylib_file,%p/lib/python2.7/config/libpython2.7.dylib"
> 
> but I still get the binary linking to the framework python.
> 
> Any advice?
> 
> Thanks.
> 
> Bill
> 
> 

It looks like coot has a --with-python option for its configure script:

  --with-python=PFX Prefix where PYTHON has been installed

That's probably worth a try.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to