호스트PC에 페도라10을 설치하였습니다.

 

그런데 minicom2.3을 설치하려고 하는데 설치가 않됩니다.

 

크로스컴파일러는 구축하여서 arm-linux-gcc --version을 하면  버전이 정상적으로 나오고

 

.bash_profile의 경로 설정도 하였습니다.

 

그런데 minicom-2.3폴더에서 ./configure 를 하면 다음과 같이 나옵니다.

 

당연히 다음에 make를 하여도 않되구요

 

원인이 어던거예요? 페도라 버전때문 일까요?

 

[root@localhost minicom-2.3]# ./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... gawk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.