Re: Generating Linux Compatible binaries

2021-12-03 Thread Eliot Moss
On 12/3/2021 3:56 PM, Achim Gratz wrote: Goswami-EXT, Himanshu writes: I want to generate the Linux compatible binaries on Windows System. If you are on a recent Windows version your easiest option is probably to use WSL and use native compilation on Linux. second easiest is likely to set up

Re: Generating Linux Compatible binaries

2021-12-03 Thread Achim Gratz
Goswami-EXT, Himanshu writes: > I want to generate the Linux compatible binaries on Windows System. If you are on a recent Windows version your easiest option is probably to use WSL and use native compilation on Linux. second easiest is likely to set up a VM to run Linux in (that might actually

Re: Generating Linux Compatible binaries

2021-12-03 Thread Michael Enright
On Fri, Dec 3, 2021 at 8:51 AM Goswami-EXT, Himanshu wrote: > > Hi, > > I want to generate the Linux compatible binaries on Windows System. > Cygwin is a cross compiler which offers POSIX environment. > But I could not find any Unix libraries to generate the Linux compatible > binaries. > Could

Re: Generating Linux Compatible binaries

2021-12-03 Thread Eliot Moss
On 12/3/2021 11:50 AM, Goswami-EXT, Himanshu wrote: > Hi, > > I want to generate the Linux compatible binaries on Windows System. > Cygwin is a cross compiler which offers POSIX environment. > But I could not find any Unix libraries to generate the Linux compatible binaries. > Could you please

Generating Linux Compatible binaries

2021-12-03 Thread Goswami-EXT, Himanshu
Hi, I want to generate the Linux compatible binaries on Windows System. Cygwin is a cross compiler which offers POSIX environment. But I could not find any Unix libraries to generate the Linux compatible binaries. Could you please advice any steps that I can follow? Thanks in Advance. Himanshu