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
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
> > 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
> >
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
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