Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Andi Vajda
On Feb 2, 2012, at 8:29, Bill Janssen wrote: > Andi Vajda wrote: > >> >> On Feb 1, 2012, at 20:49, Bill Janssen wrote: >> >>> Andi Vajda wrote: >>> Seriously, though, I think that the right thing to do to better integrate JCC with distutils/setuptools/distribute/pip/etc... is to

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Bill Janssen
Andi Vajda wrote: > > I see that distutils2 has functions like "link_shared_lib", and > > "link_shared_object", which is a good sign. Whether they work or not is > > another matter. > > As far as I know, distutils and setuptools also had the capability to > link with a vanilla shared library. H

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Andi Vajda
On Feb 2, 2012, at 15:22, Bill Janssen wrote: > Andi Vajda wrote: > >>> I see that distutils2 has functions like "link_shared_lib", and >>> "link_shared_object", which is a good sign. Whether they work or not is >>> another matter. >> >> As far as I know, distutils and setuptools also had th