cygwin에서 mpich2설치중 make에러!
리눅스 좀 해보려구 하는데 설치부터 너무 어려워요 ㅠ
mpich2를 까는데 configure까진 잘 돼요 configure옵션은 이렇게 넣었구요.
./configure --disable-fortran --disable-f77
근데 make에서 에러가 뜨네요
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `echo "Using variables CC='gcc' CFLAGS=' -O2' LDFLAGS=' -lrt' AR='ar' FC='ifort' F90='ifort' FFLAGS='/F6000000 /fpe:3 /Qopenmp /w /I:"C:\Program Files (x86)\VNI\imsl\fnl600\Intel64\include\dll" /nologo' F90FLAGS='/F6000000 /fpe:3 /Qopenmp /w /I:"C:\Program Files (x86)\VNI\imsl\fnl600\Intel64\include\dll" /nologo' CXX='c++' CPPFLAGS=' -I/home/priuss/mpich2-1.2.1p1/src/openpa/src -I/home/priuss/mpich2-1.2.1p1/src/openpa/src -DUSE_PROCESS_LOCKS -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/include -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/include -I/home/priuss/mpich2-1.2.1p1/src/mpid/common/datatype -I/home/priuss/mpich2-1.2.1p1/src/mpid/common/datatype -I/home/priuss/mpich2-1.2.1p1/src/mpid/common/locks -I/home/priuss/mpich2-1.2.1p1/src/mpid/common/locks -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/include -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/include -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/priuss/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/priuss/mpich2-1.2.1p1/src/mpid/common/locks -I/home/priuss/mpich2-1.2.1p1/src/mpid/common/locks -I/home/priuss/mpich2-1.2.1p1/src/util/wrappers -I/home/priuss/mpich2-1.2.1p1/src/util/wrappers'"'
Makefile:389: recipe for target 'all-preamble' failed
make: *** [all-preamble] Error 1
뭐가 문젠지 알수 있을까요?
makefile 내용이 궁금합니다!
makefile안의
Makefile:389: recipe for target 'all-preamble' failed
389행의 target에서 문제가 생긴거 같긴한데
makefile내용을 몰라서 정확한 답변이 힘듭니다
--
에러 메세지 보니까
gcc옵션하고 vc옵션이 같이 있는데 혹시 vc도 같이 사용해서 그게 문제인가?
즐린
echo "Using variables ...
double-quote, single-quote 기호는 직접 쓰신 본문에서 copy&paste 로 붙였습니다.
위에 인용한 부분에서도 아무 문제를 못 찾으시겠다면,
평소 프로그래밍때도 굉장히 곤란하실 테니 글꼴을 얼른 바꾸세요.
급하시다면...
어차피 fotran 은 안 쓰신다고 하셨으니 파일 어딘가에 정의된 FFLAGS 와 F90FLAGS 를 전부 comment-out 하시거나,
"xxx" 를 'xxx' 처럼 수정하세요.
댓글 달기