Re: Distributing program compiled with gcc on Cygwin to Windows users

2019-04-04 Thread drikosev
Hello, At first, I'd like to thank you for the valuable instructions that I followed and found that my application needs the following three (3) libraries: 1. cyggcc_s-seh-1.dll 2. cygstdc++-6.dll 3. cygwin1.dll The Cygwin application that contains the above libraries had been download

Re: Distributing program compiled with gcc on Cygwin to Windows users

2019-04-04 Thread drikosev
Hello, At first, I'd like to thank you for the valuable instructions that I followed and found that my application needs the following three (3) libraries: 1. cyggcc_s-seh-1.dll 2. cygstdc++-6.dll 3. cygwin1.dll The Cygwin application that contains the above libraries had been download

Re: Distributing program compiled with gcc on Cygwin to Windows users

2018-10-16 Thread cyg Simple
On 10/14/2018 5:20 PM, hacker...@protonmail.com wrote: > Hello, > > I have a program that uses X11/Motif and runs fine, within Cygwin/X on the PC > it was compiled on. > > What is the *minimum* required set of Cygwin libs and any other files I need > to distribute along with, it to end-users wh

Re: Distributing program compiled with gcc on Cygwin to Windows users

2018-10-15 Thread Andrey Repin
Greetings, Hans-Bernhard Bröker! >> I have a program that uses X11/Motif and runs fine, within Cygwin/X on the >> PC it was compiled on. >> >> What is the *minimum* required set of Cygwin libs and any other files I >> need to distribute along with, it to end-users who may just have Windows >> (an

Re: Distributing program compiled with gcc on Cygwin to Windows users

2018-10-15 Thread Hans-Bernhard Bröker
Am 14.10.2018 um 23:20 schrieb hacker...@protonmail.com: > Hello, > > I have a program that uses X11/Motif and runs fine, within Cygwin/X on the PC > it was compiled on. > > What is the *minimum* required set of Cygwin libs and any other files I need > to distribute along with, it to end-users

Re: Distributing program compiled with gcc on Cygwin to Windows users

2018-10-14 Thread R0b0t1
On Sun, Oct 14, 2018, 4:20 PM wrote: > Hello, > > I have a program that uses X11/Motif and runs fine, within Cygwin/X on the > PC it was compiled on. > > What is the *minimum* required set of Cygwin libs and any other files I > need to distribute along with, it to end-users who may just have Wind

Distributing program compiled with gcc on Cygwin to Windows users

2018-10-14 Thread hackerwiz
Hello, I have a program that uses X11/Motif and runs fine, within Cygwin/X on the PC it was compiled on. What is the *minimum* required set of Cygwin libs and any other files I need to distribute along with, it to end-users who may just have Windows (and not Cygwin) installed? I appreciate yo