토렌토 클라이언트인 트랜스미션을 설치하다가 막혔습니다 ;;
sh 명령만 알다가 컴파일해야된다기에 검색해서 configure, make, make install을 알았는데요.
configure외에 진도가 안 나갑니다 ㅜ.ㅜ
아래는 여태까지 진행사항이구요. 그림파일은 설치파일이 들어있는 디렉토리 내용입니다.
make랑 make install 명령을 어떻게 내려야 할까요? ㅜ
root@hy-02:/home/hy/tr# ./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… /bin/mkdir -p
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking how to create a ustar tar archive… gnutar
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for style of include used by make… GNU
checking for gcc… gcc
checking for C compiler default output file name…
configure: error: C compiler cannot create executables
See `config.log’ for more details.
root@hy-02:/home/hy/tr#