On Fri, 20 Jun 2003, Mattias Gaertner wrote:
> Hi,
>
> Compiling the 1.1 gives me:
>
> Fatal: Can't find unit LINUX
put the uses between
{$ifdef ver1_0}
  linux,
{$else}
  unix,
{$endif}
That should help. I'll see if I can fix it tonight in CVS.
Michael.