Re: [Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2009-01-05 Thread Daniel Macks
On Tue, Jan 06, 2009 at 11:48:57AM +1100, Garry Willgoose wrote: > The 'shared' option is not implemented in the osx linker. Not sure > what the underlying difference between 'shared' and 'bundle' is To answer this narrow part of the question, -shared is the way to build shared libraries on linu

Re: [Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2009-01-05 Thread Robert Kern
On Mon, Jan 5, 2009 at 18:48, Garry Willgoose wrote: >> > I was just wondering what plans there were to reflect the different >> > linker options (i.e. -bundle instead of -shared) that are required >> on >> > OSX in the fcompiler files within distutils. While its a minor thing >> > it always catch

[Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2009-01-05 Thread Garry Willgoose
> > I was just wondering what plans there were to reflect the different > > linker options (i.e. -bundle instead of -shared) that are required > on > > OSX in the fcompiler files within distutils. While its a minor thing > > it always catches the users of my software when they either install > >

Re: [Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2008-12-08 Thread Robert Kern
On Mon, Dec 8, 2008 at 18:02, Garry Willgoose <[EMAIL PROTECTED]> wrote: > I was just wondering what plans there were to reflect the different > linker options (i.e. -bundle instead of -shared) that are required on > OSX in the fcompiler files within distutils. While its a minor thing > it always c

[Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2008-12-08 Thread Garry Willgoose
I was just wondering what plans there were to reflect the different linker options (i.e. -bundle instead of -shared) that are required on OSX in the fcompiler files within distutils. While its a minor thing it always catches the users of my software when they either install fresh or update