Subject: Re: 'C compiler cannot create executables' on Darwin
To: Michal Pasternak <michal@pasternak.w.lub.pl>
From: J. Alexander Jacocks <jjacocks@mac.com>
List: tech-pkg
Date: 12/22/2003 16:10:13
Michal Pasternak wrote:

>David Hopper [Mon, Dec 22, 2003 at 12:47:39PM -0800]:
>  
>
>>ld: can't open:  (No such file or directory, errno = 2)
>>    
>>
>
>http://www.geocrawler.com/archives/3/506/2003/3/50/10386461/ 
>
>Look at point 2, this could be the same issue.
>
>1) what are your build tools versions? (ld --version, gcc --version)
>
>2) did you updated pkgsrc to the recent available version?
>
>  
>
I have the same issue, so here is my 2 cents worth:

GCC 3.3:
    jaj@dhcp12-79[~]$ gcc --version
    gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
    Copyright (C) 2002 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There 
is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
            PURPOSE.

Mach-O dynamic linker, provided with MacOS X 10.3.2.

Thanks!