[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: apple's objc runtime on linux?
From: |
Benhur Stein |
Subject: |
Re: apple's objc runtime on linux? |
Date: |
Fri, 07 Nov 2003 10:07:52 -0200 |
On 2003-11-07 08:49:54 -0200 Philip Mötteli <Philip.Moetteli@tele2.ch> wrote:
> Well, some part of the Apple ObjC runtime is written in Assembly. This could
> cause problems.
Well, that shouldn't be a problem. I suppose that darwin and linux use the same
ABI and
the same assembly syntax. But it seems that the runtime needs at least some
header
files that are darwin-dependant (or at least are not in the same tgz file).
Benhur