On Fri, 20 Jun 2003, Marco van de Voort wrote:
> > 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.
It uses pthreads, I don't know whether that exists on BSD.
Michael.
_______________________________________________
fpc-devel maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel