On Tue, 1 Jan 2008 20:56:02 +0000
"Antonio Sanguigni" <[EMAIL PROTECTED]> wrote:

> >
> > On Tue, Jan 01, 2008 at 12:16:23AM +0800, Antonio Sanguigni wrote:
> > >    MemCheck
> > >    {$endif}
> > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > >    {$ifdef Linux}
> > >    ,cthreads
> > >    {$endif}
> >
> > (In addition to  Vincent's comments), don't use linux, but Unix. See
> >
> > http://www.stack.nl/~marcov/porting.pdf
> >
> >
> I will read it, Marco, thank you. BTW, I saw in the Lazarus
> lazarus.pp unit source there is the following:
>   {$IFDEF UNIX}{$IFDEF UseCThreads}
>   cthreads,
>   {$ENDIF}{$ENDIF}
> 
> I think lazarus isalready builded with -dUseCThreads, or not ?

The IDE is built with cthreads if you install a package that uses
the -dUseCThreads trick. Otherwise: not.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to