[Lazarus] while make lazarus x64, get i386 error

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Feb 24 14:00:00 CET 2015


On Tue, 24 Feb 2015 14:37:35 +0200
FreeMan <freeman35 at delphiturkiye.com> wrote:

>[...]
> I don't like copy file every where,

That was not my point.
My point was that you should not install FPC into itself.


>[...]
> and this lines in created fpc.cfg,
> # searchpath for units and other system dependent things
> -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget
> -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/*
> -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl

ok, so process.ppu should be in the unit path.
Try to compile this:

uses process;
begin
end.

 
> sometime I run make command 10 times in day, maybe more. remove all 
> files and rerun make command. I love my ssd :) so I add to my script 
> "$prefixVolume" variable. This is  for ram drive path, so all make job 
> read write in ramdrive, so my ssd live not decrease.

If your ssd does not support writing 20GB per day, you should buy
another one.

Mattias




More information about the Lazarus mailing list