On Mon, 28 Jan 2013 14:29:30 +0100
Antonio Fortuny <a.fort...@sitasoftware.lu> wrote:

> When I add -Fu/usr/lib64/fpc/2.6.0/units/x86_64-linux/rtl to the 
> previous command line, I get another error:
> Fatal: Can't find unit contnrs used by Masks
> 
> This means that system.ppu has been found !

You wrote that some packages compiled successfully. So system.ppu was
found.
What about compiling a simple project?

 
> I guess that adding folders it will work one day !
> What's wrong ? /etc/fpc.cfg ?

/etc/fpc.cfg is installed by the fpc rpm.

It should contain the lines:
#IFDEF CPU64
-Fu/usr/lib64/fpc/$fpcversion/units/$fpctarget
-Fu/usr/lib64/fpc/$fpcversion/units/$fpctarget/*
-Fu/usr/lib64/fpc/$fpcversion/units/$fpctarget/rtl
#ELSE
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/*
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl
#ENDIF

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to