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

2019-04-03 Thread Bo Berglund via lazarus
On Wed, 3 Apr 2019 12:14:47 -0300, "Carlos Eduardo S. M. via lazarus" wrote: >For me, the simplest solution is installing Ubuntu in a dual boot or, >even better, in a virtual machine (e.g. free VMWare Player) with access >to the Windows' Lazarus project folder. Independent install and

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

2019-04-03 Thread Carlos Eduardo S. M. via lazarus
. Matuzaki Curitiba / Parana' / Brazil Em 02/04/2019 17:14, lazarus-requ...@lists.lazarus-ide.org escreveu: Date: Tue, 02 Apr 2019 08:14:39 -0400 From: Bo Berglund To: laza...@lists.lazarus.freepascal.org Subject: [Lazarus] Cross compile for Linux x64 on Windows 7 x64? Message-ID: Content-Type: text

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

2019-04-03 Thread Bo Berglund via lazarus
On Tue, 02 Apr 2019 16:00:18 -0400, DougC via lazarus wrote: >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

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
if you do not want to. As I said, the freedom is yours. -- Origineel bericht -- Van: "DougC via lazarus" Aan: "lazarus" CC: "DougC" Verzonden: 2-4-2019 22:00:18 Onderwerp: Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64? I am VERY interested in

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