Re: [Numpy-discussion] osX leopard linker setting

2008-05-22 Thread Robert Kern
On Thu, May 22, 2008 at 1:22 PM, Thomas Hrabe <[EMAIL PROTECTED]> wrote: > Hi, > > does anybody know the linker settings for python c modules on osX ? > i have the original xcode3 tools installed -> gcc 4.0.1 Just use distutils (or numpy.distutils). It will take care of the linker flags for you. I

Re: [Numpy-discussion] osX leopard linker setting

2008-05-22 Thread Thomas Hrabe
By the way, whats a lazy pointer anyway? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Thomas Hrabe Gesendet: Do 22.05.2008 11:22 An: numpy-discussion@scipy.org Betreff: [Numpy-discussion] osX leopard linker setting Hi, does anybody know the linker settings for

[Numpy-discussion] osX leopard linker setting

2008-05-22 Thread Thomas Hrabe
Hi, does anybody know the linker settings for python c modules on osX ? i have the original xcode3 tools installed -> gcc 4.0.1 I use '-bundle -flat_namespace' for linking now, but I get ld: can't insert lazy pointers, __dyld section not found for inferred architecture ppc Does anybody know