Hi, I have a problem with Fink not finding the gcc compiler (installed). Here is my data:
Fink (freshly installed) Package manager version: 0.24.18 Distribution version: 0.8.1.rsync Gcc gcc version 4.0.1 (Apple Computer, Inc. build 5341) OS X 10.4.6 And here is what happens whenever I try to install a package with Fink (an example): > $fink install html2txt > Password: > Information about 5807 packages read in 5 seconds. > Failed: no package found for specification 'html2txt'! > $ fink install html2text > Information about 5807 packages read in 4 seconds. > The following package will be installed or updated: > html2text > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock- > html2text-1.3.2a-1022 /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-html2text-1.3.2a-1022' > in `/sw/src/fink.build/fink-buildlock- > html2text-1.3.2a-1022_2006.06.17-13.31.24_darwin-powerpc.deb'. > Setting build lock... > /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- > html2text-1.3.2a-1022_2006.06.17-13.31.24_darwin-powerpc.deb > Selecting previously deselected package fink-buildlock- > html2text-1.3.2a-1022. > (Reading database ... 4183 files and directories currently installed.) > Unpacking fink-buildlock-html2text-1.3.2a-1022 (from .../fink- > buildlock-html2text-1.3.2a-1022_2006.06.17-13.31.24_darwin- > powerpc.deb) ... > Setting up fink-buildlock-html2text-1.3.2a-1022 > (2006.06.17-13.31.24) ... > gzip -dc /sw/src/html2text-1.3.2a.tar.gz | /sw/bin/tar -xf - --no- > same-owner --no-same-permissions > patch -p1 </sw/fink/dists/unstable/main/finkinfo/text/html2text.patch > patching file configure > ./configure --prefix=/sw > Checking C++ compiler... > no g++-4.0 -no-cpp-precomp -DAUTO_PTR_BROKEN=1 > Error: Could not find a working C++ compiler. > ### execution of ./configure failed, exit code 1 > Removing build lock... > /sw/bin/dpkg-lockwait -r fink-buildlock-html2text-1.3.2a-1022 > (Reading database ... 4184 files and directories currently installed.) > Removing fink-buildlock-html2text-1.3.2a-1022 ... > Failed: phase compiling: html2text-1.3.2a-1022 failed How can I 'convince' Fink that *I have* a working C++ compiler? Thank you, Kit _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
