[Lazarus] while make lazarus x64, get i386 error
FreeMan
freeman35 at delphiturkiye.com
Tue Feb 24 15:43:34 CET 2015
On 24.02.2015 15:00, Mattias Gaertner wrote:
> ok, so process.ppu should be in the unit path.
> Try to compile this:
>
> uses process;
> begin
> end.
Yes you right, unit not found. 'cos fpc not make all application for x64???
command line:
make -s distclean all install INSTALL_PREFIX=$prefixVolume$fpc_prefix
CPU_TARGET=x86_64
fpc bin folder just this binnary files, not check others but many
application not compiled for x64 too.
fpc, mkarmins, mkx86ins, ppudump, ppufiles, ppumove
ofcourse in my script this line gives error. And error mean fpc.cfg not
created and lib paths can not find anymore
sudo /usr/lib/fpc/"$svnVer"/samplecfg /usr/lib/fpc/"$svnVer"/ /private/etc
result :
Running on darwin
Write permission in /private/etc.
Writing sample configuration file to /private/etc/fpc.cfg
/usr/lib/fpc/3.1.1/samplecfg: line 77: fpcmkcfg: command not found
More information about the Lazarus
mailing list