저는 stackoverflow를 처음 사용합니다. gpuocelet에 대한 내 질문. 그것을 사용하는 사람이 있습니까? 유닉스에서 작동합니까 (OS x 10.7의 맥북 에어를 사용하고 있습니다) OS인가요? 나는 여러 방법으로 설치하려고했지만 성공하지는 못했습니다.OSX Lion에서 GPUOCELOT 설치하기 10.7
MacBook-Air-di-Manfredo:downloads manfredo$ cd ocelot-2.0.969/
MacBook-Air-di-Manfredo:ocelot-2.0.969 manfredo$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for main in -lboost_system-mt... no
configure: error: "libboost_system required"
MacBook-Air-di-Manfredo:ocelot-2.0.969 manfredo$
내 PATH가
이다 : 나는이 특히 http://code.google.com/p/gpuocelot/downloads/detail?name=Ocelot_Installation_manual2.pdf 내가 MacPorts를 통해 1.50을 높일 설치 지침하지만 gpuocelot 폴더에 ./configure를 실행 얻을 오류는 다음과 같은 MacPorts를에서 필요한 정확하게 모든 패키지를 설치PATH=/Users/manfredo/downloads/boost_1_42_0/stage/lib:/Users/manfredo/downloads/boost_1_42_0/libs:/Users/manfredo/downloads/boost_1_42_0/libs:/Users/manfredo/downloads/boost_1_42_0/boost/system:/Users/manfredo/downloads/boost_1_42_0/boost:/opt/local/bin:/opt/local/sbin:/opt/local/lib:/usr/local/cuda/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
모든 도움을 환영합니다. 감사합니다.
에서 Cmake을 위해 당신이에 부스트를 사용하고 있습니까/사용자/Manfredo을/다운로드/boost_1_42_0/무대/lib 디렉토리 또는 MacPorts를에 -이 당신의 경로에 있지만 환경 변수를 포함하고 LIB에 감사 – Mark
안 마크, 당신의 대답은 유용했습니다. 부스트의 다운로드 폴더를 삭제하고 macports 버전 만 사용했습니다. MacBook-Air-di-Manfredo : ~ manfredo $ CPLUS_INCLUDE_PATH =/opt/local/include/boost MacBook-Air-di-Manfredo : ~ manfredo $ 내보내기 CPLUS_INCLUDE_PATH MacBook-Air-di -Manfredo : ~ manfredo $ LIBRARY_PATH =/opt/local/lib MacBook-Air-di-Manfredo : ~ manfredo $ export LIBRARY_PATH 이제 libboost가 있지만 여전히 오류가 발생합니다. -lrt에서 clock_gettime을 확인합니다. ... 아니오 configure : error : "librt required" – Manfredo