When i go to install any program through fink, it downloads the files just fine. When it starts to install, this shows up for any program. (This is what is at the very bottom after it reads through everything that is untarred)
./configure --prefix=/sw
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... powerpc-apple-darwin5.2
checking build system type... powerpc-apple-darwin5.2
checking for ranlib... :
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
### ./configure failed, exit code 1
Failed: compiling audiofile-0.2.1-2 failed
From this it seems like i have my paths all messed up. I need some help in straightening them out.
Thx
sorry if this is vague. im just starting to learn this stuff.
./configure --prefix=/sw
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... powerpc-apple-darwin5.2
checking build system type... powerpc-apple-darwin5.2
checking for ranlib... :
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
### ./configure failed, exit code 1
Failed: compiling audiofile-0.2.1-2 failed
From this it seems like i have my paths all messed up. I need some help in straightening them out.
Thx
sorry if this is vague. im just starting to learn this stuff.