2017년 12월 26일 화요일

go lang 토렌트 받아보았다.

C:\Users\hajun\golang>go get github.com/anacrolix/torrent/cmd/torrent
# github.com/anacrolix/go-libutp
exec: "gcc": executable file not found in %PATH%
# github.com/mattn/go-sqlite3
exec: "gcc": executable file not found in %PATH%

gcc windows

https://sourceforge.net/projects/mingw-w64/files/latest/download?source=recommended


C:\Users\hajun\golang>go get github.com/anacrolix/torrent/cmd/torrent
# github.com/anacrolix/go-libutp
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
# github.com/mattn/go-sqlite3
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

64비트로 alias를 걸어줘도... mingw 아래 64 비트 아래 alias를 걸어줘도 같은 에러가 난다.

물론, 파일명을 다 바꿔줘도 에러.

폴더 구분이 제대로 안 되어 있는 것으로 봐서 그냥 리눅스로 갈아타는게 현명해 보인다.

https://tecadmin.net/install-go-on-ubuntu/#


지저분하게 받아진다.

중간에 오류도 많다.

얜 패스.

노느껀 잘된다.


댓글 없음:

댓글 쓰기

국정원의 댓글 공작을 지탄합니다.

대학원생의 투고 지도 ④ (완결) — 논문의 수준이란 무엇인가: 사다리와 사분위, 첫 논문 전략

완결편이다. "논문 수준"이라는 말을 해부하고, 에듀테크 석사생의 첫 논문 전략으로 마친다. 학위논문과 학술지 논문은 다른 장르다 먼저 가장 흔한 혼동부터. 학위논문(thesis)은 "내가 연구를 수행할 줄 안다...