Fink problem

Zeigan

Registered
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.
 
It's looking for (and not finding) a C compiler. Did you install the developer tools? You may have it on CD, but if not, it's a free download from Apple's Developer Connection; you need to create an account, but the basic level is free and allows you to download these tools.
 
Thanks....

I will mess around with it some more later today and will probably have another question later.
 
Back
Top