Я пытаюсь установить lesstif-0.93 на мой Mac и продолжаю сталкиваться с этой ошибкой при запуске configure:
bash-3.2$ ./configure
checking build system type... i386-apple-darwin11.3.0
checking host system type... i386-apple-darwin11.3.0
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... no
checking whether make sets ${MAKE}... yes
checking whether to build a Motif 1.2 compatible version... no
checking whether to build a Motif 2.0 compatible version... no
checking whether to build a Motif 2.1 compatible version... yes
checking whether to support EditRes... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
bash-3.2$
Я знаю, что у меня есть gcc, потому что я каждый день компилирую много файлов с исходным кодом C
Также я сделал это:
bash-3.2$ whereis gcc
/usr/bin/gcc