On 12/11/2007, Bee <[EMAIL PROTECTED]> wrote:
> > to compile lazarus with a specific version of fpc, i usually go:
> > make all FPC=/path/to/fpc/version/ppc386
>
> It's not about the compiler path. But about other units that are
> missing. Like: interfaces.pp, graphics.pp, contnrs.pp, etc.
>
> > make sure that your fpc.cfg is configured so that the different
> > versions of fpc can find their respective units.
>
> Which part of fpc.cfg need to be (re)configured?

i've got these lines:

-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/*
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl

since i install my fpc with `sudo make install INSTALL_PREFIX=/usr`.
adjust the path for your specific install location.

henry

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

Reply via email to