%20%ED%91%9C%ED%98%84%EC%8B%9D%EC%97%90%20%EC%98%A4%EB%A5%B8%EC%AA%BD%20%EA%B4%84%ED%98%B8%EA%B0%80%20%ED%95%84%EC%9A%94%ED%95%A9%EB%8B%88%EB%8B%A4..png)
다음 소프트웨어를 컴파일 중입니다.이 튜토리얼(PRESTO라고 함)을 입력하면 ./configure
다음 메시지가 나타납니다.
$ make && sudo make install
Making all in src
make[1]: enter directory "/home/user/Softwares/tempo/src"
/usr/bin/f77 -g -O2 -c -o bnryddfwhiecc.o bnryddfwhiecc.f
bnryddfwhiecc.f:130:71: Error: Expected a right parenthesis in expression at (1)
Makefile:468: set of instructions for the objective "bnryddfwhiecc.o" failed
make[1]: *** [bnryddfwhiecc.o] Error 1
make[1]: exit directory "/home/user/Softwares/tempo/src"
Makefile:359: set of instructions for the objective "all-recursive" failed
make: *** [all-recursive] Errore 1
나는 그것이 코드의 줄 길이가 너무 길기 때문이라고 생각합니다. &
기본적으로 "다음" 줄의 여섯 번째 열이나 긴 줄 끝 바로 뒤에 문자를 추가하려고 했습니다 .여기서 말하는 것은 무엇입니까?, 그러나 작동하지 않았습니다.
각 파일의 각 줄을 수정하는 대신 명령을 사용하여 긴 줄 오류를 비활성화하고 싶습니다. 하지만 조치를 취할 만큼 지식이 부족합니다.