help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] GNU SMalltalk on Mac OS X


From: Bonzini
Subject: Re: [Help-smalltalk] GNU SMalltalk on Mac OS X
Date: Fri, 30 May 2003 15:19:02 +0200

> I have a 10.2.6 system and I got that kind of message. What should I do?
> This is long time ago that I did not make that....I start to get old or
> spoiled by other Smalltalks :)

:-)

> checking for C compiler default output... configure: error: C compiler
> cannot create executables
> check `config.log' for details.
>
> Quite fun for a c compiler not to be able to create executables.

Yes, try compiling something as simple as

    int main() { }

with

    cc -o test test.c
    ./test

Actually the problem is in the linker:

> /usr/bin/ld: /usr/lib/libSystem.dylib load command 9 unknown cmd field

Probably something is screwed with your compiler/linker setup.  You might ask 
Lukas to
try on his machine (BTW tell him that it works under Cygwin too).

Paolo






reply via email to

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