bouquinique wrote:
With lazarus revision 9003 and fpc 3019 All works now with linux fedora 4

That's could be useful to put this somewhere in a visible place:

To compile svn

1 / After the first install of fpc replace all occurence off fpc 2.0.2 with fpc 2.1.1 like this.

better, replace them with $fpcversion like:


#-Fu/usr/local/lib/fpc/2.0.2/units/$fpctarget
#-Fu/usr/local/lib/fpc/2.0.2/units/$fpctarget/*
#-Fu/usr/local/lib/fpc/2.0.2/units/$fpctarget/rtl
-Fu/usr/local/lib/fpc/2.1.1/units/$fpctarget
-Fu/usr/local/lib/fpc/2.1.1/units/$fpctarget/*
-Fu/usr/local/lib/fpc/2.1.1/units/$fpctarget/rtl

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

Then it works for all versions and you can mix versions if you want.

Marc

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

Reply via email to