Damien Gerard wrote:

When I use the command line : export LCL_PLATFORM=gtk; make clean all it compiles well.

But when I use export LCL_PLATFORM=gtk; make -j 2 clean all it does not compile at all

Unlike C where files can compiled simultanious since there is no relation between them, for pascal that is not possible. So don't use -j option.


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

Reply via email to