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.


_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to