help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Installing GNUSmalltalk on Mac os X Tiger


From: Stephen Compall
Subject: Re: [Help-smalltalk] Installing GNUSmalltalk on Mac os X Tiger
Date: Wed, 06 Jul 2005 01:49:53 -0500

On Wed, 2005-07-06 at 07:30 +0200, stéphane ducasse wrote:
> Hi all
> 
> I tried to compile GNUST on tiger and the configure failed
> 
> here is what I have. Does any one knows what is the problem?
> ...
> configure:2500: gcc -v </dev/null >&5
> Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
> Thread model: posix
> Apple Computer, Inc. GCC version 1175, based on gcc version 3.1  
> 20020420 (prerelease)
> configure:2503: $? = 0
> configure:2505: gcc -V </dev/null >&5
> gcc: argument to `-V' is missing
> configure:2508: $? = 1
> configure:2531: checking for C compiler default output file name
> configure:2534: gcc    conftest.c  >&5
> ld: can't locate file for: -lcrt1.o

Your GCC appears to be very old.  OS X 10.4's Xcode 2.0 includes GCC
4.0.  Try installing that; if not, see if you have an executable
gcc-3.4, gcc-4.0 or such and pass it to configure like so:
CC=/usr/bin/gcc-4.0

Just a guess,

-- 
Stephen Compall

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]