On Aug 23, 2004, at 12:26 PM, [EMAIL PROTECTED] wrote:
Hi everybody!
I experiencing some difficulties in updating my fink distribution. A couple of weeks ago I upgraded fink via rsync and everything went the right way; after that I issued a "fink update-all" as suggested at the end of "fink selfupdate".
I chose "ssl" and "LZW-enabled" packets every time I was asked. At compiling time I get the following error. This happens right after successfully compiling of db42-ssl-shlibs.
[...] gzip -dc /sw/src/freetype-1.3.1.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions cp -f /sw/lib/fink/update/config.guess . cp -f /sw/lib/fink/update/config.sub . cp -f /sw/lib/fink/update/ltconfig . cp -f /sw/lib/fink/update/ltmain.sh . mv INSTALL INSTALL.txt ./configure --prefix=/sw creating cache ./config.cache checking host system type... powerpc-apple-darwin7.5.0 checking build system type... powerpc-apple-darwin7.5.0 checking for ranlib... ranlib checking for gcc... gcc3 checking whether the C compiler (gcc3 -no-cpp-precomp -I/sw/include -L/sw/lib) works... no configure: error: installation or configuration problem: C compiler cannot create executables. ### execution of ./configure failed, exit code 1 Failed: compiling freetype-hinting-1.3.1-8 failed
As far as I understand there's a problem with C compiler. Am I right? On my PowerBook I installed xCode 1.5.
Many thakns in advance, any help would be greatly appreciated.
BTW, this is fink's version:
alu15:~ eisGeist$ fink -V Package manager version: 0.22.0 Distribution version: 0.7.0.cvs
Copyright (c) 2001 Christoph Pfisterer Copyright (c) 2001-2004 The Fink Package Manager Team This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-- Luca Sardelli
It may have nothing to do with the compiler itself, but that you are missing some headers needed for compilation of freetype-hinting. Check in the freetype-hinting build directory for a file called config.log and see what it says the problem is.
-- Alexander Hansen Fink Documentarian [Day Job] Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
