I downloaded the latest version of nano and I followed the instructions described on its website, but I was stopped by step 3:
- Download the source file (nano-2.2.6.tar.gz) and unpack it.
- Open Terminal and navigate to the directory (nano-2.2.6) and type
- ./configure
- make
- make install
The error messages are as follows:
Chriss-MacBook-Air:nano-2.2.6 Chris$ ./configure
checking build system type... i386-apple-darwin11.4.0
checking host system type... i386-apple-darwin11.4.0
checking target system type... i386-apple-darwin11.4.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in/Users/Chris/Downloads/nano-2.2.6':
config.log' for more details.
configure: error: no acceptable C compiler found in $PATH
See
Chriss-MacBook-Air:nano-2.2.6 Chris$
No comments:
Post a Comment