How to compile LAME in Mac OS X?
I tried, but Terminal gave me me this error:
cd "/Users/karipu/Desktop/lame-20040526"
Welcome to Darwin!
cs188160:~ karipu$ cd "/Users/karipu/Desktop/lame-20040526"
cs188160:~/Desktop/lame-20040526 karipu$ ./configure
checking build system type... powerpc-apple-darwin7.3.0
checking host system type... powerpc-apple-darwin7.3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Kari