[Numpy-discussion] F2PY error : ... on platform 'posix' with 'gcc' compiler

Arthur Bousquet arthbous at indiana.edu
Fri Sep 25 13:35:15 EDT 2009


Thank you. So here the command :

Arths-MacBook-Pro:~ arthbous$ grep isysroot
/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/config/Makefile
BASECFLAGS=    -arch ppc -arch i386 -isysroot
/Developer/SDKs/MacOSX10.4u.sdk  -fno-strict-aliasing -fPIC -fno-common
-dynamic
LDFLAGS=    -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
            -isysroot "${UNIVERSALSDK}" \

But I have 2 pythons installed, the 2.6.1 from xcode of apple and the one I
compiled myselft 2.6.2 in /usr/local/. Which one is in this Library ?

Arthur

On Fri, Sep 25, 2009 at 1:27 PM, Robert Kern <robert.kern at gmail.com> wrote:

> On Fri, Sep 25, 2009 at 12:24, Arthur Bousquet <arthbous at indiana.edu>
> wrote:
> > Sorry about that.
> >
> > I typed in the Terminal "grep isysroot" and it is like nothing is
> happening.
> > The terminal is still working but does not give any response.
>
> Ah, sorry about that. The command got wordwrapped. Cancel that command
> using Ctrl-C. Type the following, all on one line:
>
> grep isysroot
> /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/config/Makefile
>
> --
> 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
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090925/b483c44a/attachment.html>


More information about the NumPy-Discussion mailing list