[Numpy-discussion] osX leopard linker setting

Robert Kern robert.kern at gmail.com
Thu May 22 14:26:02 EDT 2008


On Thu, May 22, 2008 at 1:22 PM, Thomas Hrabe <thrabe at burnham.org> 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. If you really can't use distutils for some
reason, take a look at the flags that are added for modules that do
build with distutils.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco



More information about the NumPy-Discussion mailing list