getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] Installation of python interface on mac os 10.5


From: Julien Pommier
Subject: Re: [Getfem-users] Installation of python interface on mac os 10.5
Date: Mon, 19 May 2008 01:23:10 +0200
User-agent: Internet Messaging Program (IMP) 3.2.6

Hi Sébastien,

Try running the gcc command without the "-arch ppc" option, I think it is
failing because it is trying to build a universal binary while getfem was
compiled as an intel-only binary (or you can build getfem as a universal
binary, but this will increase the compilation time)

Julien

Quoting Sébastien Janas <address@hidden>:

> Hi all,
>
> I want to install python interface of getfemm++ on a macbook pro with
> mac os 10.5 (leopard).
>
> The ./configure is OK, but with the make I have
>
> GCC -shared -arch i386 -arch ppc ././getfem_python.o -L../../../
> src/.libs -L../.libs -lgetfemint -lstdc++ -lm -lgetfem -o ./_getfem.so
> ld: warning in ../.libs/libgetfemint.a, file is not of required
> architecture
>
> In fact, my macbook have a intel processor, how can I solve this ?
>
> Best regards,
>
> Sebastien
>
> _______________________________________________
> Getfem-users mailing list
> address@hidden
> https://mail.gna.org/listinfo/getfem-users
>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]