On Tue, 17 Jul 2007 09:38:15 +0200
Luca Olivetti <[EMAIL PROTECTED]> wrote:

> En/na Mattias Gaertner ha escrit:
> 
> > Your "SearchPath" only contains the default paths:
> > <SearchPath
> > Value="/home/luca/.lazarus/;/usr/lib/fpc/2.0.4/units/i386-linux/rtl/;/usr/lib/fpc/2.0.4/;"/>
> > 
> > That means your fpc config is broken.
> > It should contain lines like:
> > 
> > -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget
> > -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/*
> > -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl
> 
> The fact is, these lines are already there, in fact the project
> builds and works fine.

Weird. But at least a step further.
Ok, please try

touch empty.pas
ppc386 -va empty.pas

Can you send me or publish the output?


> > These are created by the fpc RPM, unless you already have
> > a /etc/fpc.cfg. You can generate a fresh fpc.cfg with:
> > 
> > sudo /usr/lib/fpc/2.0.4/samplecfg /usr/lib/fpc/\$version
> 
> It generated the same file :-(


Mattias

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

Reply via email to