Thanks a lot for you help. Now it is working, I downloaded the gfortran from http://hpc.sourceforge.net/.
Best regards, Arthur On Fri, Sep 25, 2009 at 3:49 PM, Arthur Bousquet <[email protected]>wrote: > How can I add the flags ? > > Thank > > Arthur > > > On Fri, Sep 25, 2009 at 3:46 PM, Robert Kern <[email protected]>wrote: > >> On Fri, Sep 25, 2009 at 14:44, Arthur Bousquet <[email protected]> >> wrote: >> > $ file libsw.so gives : >> > >> > libsw.so: Mach-O bundle i386 >> > >> > How can I change it ? Is it because of my gfortran ? >> >> Your gfortran is probably still configured to make x86 executables by >> default. Try recompiling libsw.so with the flags >> >> -arch x86 -arch x86_64 >> >> -- >> 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 >> [email protected] >> http://mail.scipy.org/mailman/listinfo/numpy-discussion >> > >
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
