[CIG-MC] Trouble Installing CitcomS on OSX
Eric Heien
emheien at ucdavis.edu
Wed Aug 15 16:37:43 PDT 2012
Hi Scott,
This error happens because the linker is trying to link the directory "/System/Library/Frameworks/". Try adding -F to the start of that argument (-F/System/Library/Frameworks/" to tell the compiler it is a search path rather than a file.
Let me know if you need any more help,
-Eric
On Aug 15, 2012, at 4:00 PM, scott tarlow wrote:
> Hello,
>
> I have gotten past the python 2.7. errors and the "-framework" error in the config file but I still can't seem to install CitcomS fully.
>
> Here is my last "make" attempt:
>
> $ make
> make all-recursive
> Making all in lib
> make[2]: Nothing to be done for `all'.
> Making all in CitcomS
> make[2]: Nothing to be done for `all'.
> Making all in etc
> make[2]: Nothing to be done for `all'.
> Making all in examples
> make[2]: Nothing to be done for `all'.
> Making all in module
> make[3]: Nothing to be done for `all-am'.
> Making all in tests
> make[2]: Nothing to be done for `all'.
> Making all in visual
> Making all in OpenDXMacro
> make[3]: Nothing to be done for `all'.
> make[3]: Nothing to be done for `all-am'.
> Making all in bin
> /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/ pycitcoms-pycitcoms.o dummy.o -framework Python ../module/libCitcomSLibmodule.a ../lib/libCitcomS.a -ldl -framework CoreFoundation -lz
> ld: can't map file, errno=22 for architecture x86_64
> collect2: ld returned 1 exit status
> make[2]: *** [pycitcoms] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
>
> I am a bit puzzled why this isn't installing... anyone have any ideas?
> _______________________________________________
> 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