igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] python-igraph OSX Lion install errors


From: Tamas Nepusz
Subject: Re: [igraph] python-igraph OSX Lion install errors
Date: Fri, 04 Nov 2011 16:04:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

> Sorry I forgot to run "make clean" but it did not make any difference to 
> the architecture of the shared lib. It still remains "x86_64": 
Note that CFLAGS="-arch i386" and CXXFLAGS="-arch i386" should go on the
same line as "./configure", exactly as follows:

CFLAGS="-arch i386" CXXFLAGS="-arch i386" ./configure
make clean
make
make install
file /usr/local/lib/libigraph.0.dylib

-- 
T.



reply via email to

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