Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Marcos Douglas B. Santos via lazarus
On Tue, Apr 2, 2019 at 11:23 AM Bo Berglund via lazarus wrote: > > On Tue, 2 Apr 2019 09:26:20 -0300, "Marcos Douglas B. Santos via > lazarus" wrote: > > >The fastest and easy way to setup the cross-compilation - and install > >Lazarus itself - is using fpcupdeluxe > >->

Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Alfred via lazarus
As maintainer of fpcupdeluxe, I feel the need of stepping into this discussion. (which I do not often do, because of the freedom of choice) Yes, setting up cross-compiling is a non-trivial task. This is why fpcup(deluxe) has been created by its original author (BigChimp). He wanted to give

Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread DougC via lazarus
I am VERY interested in how this question is answered and resolved. It seems to be a weak point in how the Lazarus/FPC effort has developed. This type of question has prevented me from diving into the Lazarus/FPC ecosystem because there seem to be regular requests for help in resolving this

Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Bo Berglund via lazarus
On Tue, 2 Apr 2019 09:35:46 -0700, Ralf Quint via lazarus wrote: >> The file I mean is: >> lazarus-2.0.0-fpc-3.0.4-cross-i386-win32-win64.exe > >This is the cross-compiler to compile Win32 programs from a Win64 setup. >It is not a cross-compiler to any Linux(-x64) target... OK, then I will

Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Ralf Quint via lazarus
On 4/2/2019 7:23 AM, Bo Berglund via lazarus wrote: On Tue, 2 Apr 2019 09:26:20 -0300, "Marcos Douglas B. Santos via lazarus" wrote: The fastest and easy way to setup the cross-compilation - and install Lazarus itself - is using fpcupdeluxe ->

Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Bo Berglund via lazarus
On Tue, 2 Apr 2019 09:26:20 -0300, "Marcos Douglas B. Santos via lazarus" wrote: >The fastest and easy way to setup the cross-compilation - and install >Lazarus itself - is using fpcupdeluxe >-> https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases > >Just get the binary for your platform,

Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Marcos Douglas B. Santos via lazarus
On Tue, Apr 2, 2019 at 9:14 AM Bo Berglund via lazarus wrote: > > I have a command line utility created in Lazarus 2.0.0/fpc 3.0.4 on > Windows 7 x64. I use the Lazarus/fpc downloaded via this page: > https://www.lazarus-ide.org/index.php?page=downloads > > Now I want to compile this project for

[Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Bo Berglund via lazarus
I have a command line utility created in Lazarus 2.0.0/fpc 3.0.4 on Windows 7 x64. I use the Lazarus/fpc downloaded via this page: https://www.lazarus-ide.org/index.php?page=downloads Now I want to compile this project for Linux on the same x64 Intel CPU so I can run it under Ubuntu 16.4 LTS