[CIG-MC] Problem with compiling with Pyre

Eric Heien emheien at ucdavis.edu
Sun Nov 25 22:06:19 PST 2012


Hi Cheng,

Try editing the Makefile so there is a space between the path and framework command, in other words:

"/System/Library/Frameworks/ -framework Python"

-Eric

On Nov 25, 2012, at 11:59 AM, Cheng Cheng wrote:

> Hi,
> 
> I met some problems when compiling with Pyre framework. It always gives the information as below and tells me missing "/System/Library/Frameworks/-framework". My python version is 2.6 and the configure procedure is OK.
> 
> *********************
> /bin/sh ../libtool --tag=CC   --mode=link mpicc  -g -O2   -o pycitcoms  -u _PyMac_Error /System/Library/Frameworks/-framework Python \
> 		 pycitcoms-pycitcoms.o dummy.o ../module/libCitcomSLibmodule.a  ../lib/libCitcomS.a \
> 		 \
> 		 \
> 		-ldl -framework CoreFoundation   \
> 		-lz  \
> 		
> libtool: link: mpicc -g -O2 -o pycitcoms -u _PyMac_Error /System/Library/Frameworks/-framework Python pycitcoms-pycitcoms.o dummy.o  ../module/libCitcomSLibmodule.a ../lib/libCitcomS.a -ldl -framework CoreFoundation -lz
> i686-apple-darwin11-llvm-gcc-4.2: /System/Library/Frameworks/-framework: No such file or directory
> i686-apple-darwin11-llvm-gcc-4.2: Python: No such file or directory
> make[2]: *** [pycitcoms] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ***********************
> 
> Best,
> Cheng
> 
> 
> 
> _______________________________________________
> CIG-MC mailing list
> CIG-MC at geodynamics.org
> http://geodynamics.org/cgi-bin/mailman/listinfo/cig-mc



More information about the CIG-MC mailing list