> Compiling the 1.1 gives me:
> 
> Fatal: Can't find unit LINUX
> make[3]: *** [syncobjs.ppu] Error 1
> make[3]: Leaving directory `/usr/src/redhat/BUILD/fpc-1.1/fcl'
> 
> The file is fcl/linux/syncobjs.pp.

Unit linux doesn't exist under 1.1. Change to

{$ifdef ver1_0}
  linux,
{$else}
  unix,
{$endif]

for now.

In time, even Unix will go away though :_)

If syncobjs.pp isn't really Linux specific, it belongs in fcl/unix/ anyway.

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

Reply via email to