Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Achim Gratz
Ulli Horlacher writes: > I have compiled the application with gcc from cygwin. You've compiled with the native compiler on a 32bit Cygwin, producing a 32bit Cygwin executable. > It runs without problems on Windows 7 32 bit but on Windows 8 64 bit it > does not output ANYTHING. No (error) message,

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Csaba Raduly
On Fri, Jun 8, 2018 at 3:45 PM, Ulli Horlacher wrote: > > There is no way to run a 32 bit cygwin binary on a 64 bit Windows system? There is, but you need a 32-bit Cygwin for that (which can be installed on 64-bit windows). Csaba -- You can get very substantial performance improvements by not d

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Brian Inglis
On 2018-06-08 07:42, Ulli Horlacher wrote: > On Wed 2018-06-06 (16:12), cyg Simple wrote: >>> On Windows 7 32 bit I have compiled some binaries by myself. >> Help us help you by giving us how you compiled these and with what set >> of tools. > jed comes with a BIG makefile. > When I start it, it ou

Re: [Bug] __wait_status_to_int() is expected to be a macro

2018-06-08 Thread Eric Blake
On 06/08/2018 12:26 PM, Hans-Bernhard Bröker wrote: Am 08.06.2018 um 17:16 schrieb Denis Nikiforov: /usr/include/boost/process/detail/posix/is_running.hpp:18:1: error: non-constant condition for static assertion   static_assert(!WIFEXITED(still_active), "Internal Error");   ^ __wait

Re: [Bug] __wait_status_to_int() is expected to be a macro

2018-06-08 Thread Hans-Bernhard Bröker
Am 08.06.2018 um 17:16 schrieb Denis Nikiforov: /usr/include/boost/process/detail/posix/is_running.hpp:18:1: error: non-constant condition for static assertion static_assert(!WIFEXITED(still_active), "Internal Error"); ^ __wait_status_to_int must be a macros but it's redefined as

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Andrey Repin
Greetings, Ulli Horlacher! >> 2.) Do a Cygwin build and copy cygwin1.dll > I already have a /usr/bin/cygwin1.dll on the Windows 8 target system. It's a wrong architecture. You need a 32-bit one for your 32-bit program. > Do I have to replace it? No. Just build a 64-bit version of your program.

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Andrey Repin
Greetings, Ulli Horlacher! >> -^^ >> THIS isn't 32bit Cygwin. >> >> You cannot run a 32bit Cygwin application under 64bit Cygwin. > This WAS my initial question! > There is no way to run a 32 bit cygwin binary ob a 64 bit Windows syste

[ANNOUNCEMENT] Updated: gnupg2-2.2.8-1

2018-06-08 Thread Marco Atzeri
Version 2.2.8-1 of gnupg2 is available in the Cygwin distribution: CHANGES Latest upstream security fix release for CVE-2018-12020. https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000425.html DESCRIPTION The GNU Privacy Guard GnuPG is a command line tool without any graphica

[Bug] __wait_status_to_int() is expected to be a macro

2018-06-08 Thread Denis Nikiforov
Hi I'm trying to compile a very simple program: #include int main() { } And I get the following error: In file included from /usr/include/boost/process/detail/child_decl.hpp:31:0, from /usr/include/boost/process/child.hpp:21, from /usr/include/boost/process/as

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread cyg Simple
Keep the responses on list please. On 6/8/2018 9:45 AM, Ulli Horlacher wrote: > On Fri 2018-06-08 (09:37), cyg Simple wrote: >> On 6/8/2018 9:30 AM, Ulli Horlacher wrote: >> >> [-- TOFU entsorgt --] >> >> -^^ >> THIS

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Ulli Horlacher
On Fri 2018-06-08 (09:34), cyg Simple wrote: > On 6/8/2018 9:19 AM, Ulli Horlacher wrote: > > > > > I have compiled the application with gcc from cygwin. > > It runs without problems on Windows 7 32 bit but on Windows 8 64 bit it > > does not output ANYTHING. No (error) message, nothing. > > >

RE: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Soegtrop, Michael
Dear Ulli, > There is no way to run a 32 bit cygwin binary ob a 64 bit Windows system? You can easily install 32 bit Cygwin on 64 bit Windows (as I mentioned before). Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Ulli Horlacher
On Fri 2018-06-08 (13:43), Soegtrop, Michael wrote: > are you sure you want a cygwin build? I thought you are doing a MinGW > build (since Cygwin1.ddl was missing from ldd). What is MinGW? > 1.) Do a MinGW cross compile in case you don't need any Cygwin > infrastructure (bash, ...) or fully pos

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Ulli Horlacher
On Fri 2018-06-08 (09:37), cyg Simple wrote: > On 6/8/2018 9:30 AM, Ulli Horlacher wrote: > > [-- TOFU entsorgt --] > > -^^ > THIS isn't 32bit Cygwin. > > You cannot run a 32bit Cygwin application under 64bit Cygwi

RE: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Soegtrop, Michael
Dear Ulli, are you sure you want a cygwin build? I thought you are doing a MinGW build (since Cygwin1.ddl was missing from ldd). There are 3 possible ways: 1.) Do a MinGW cross compile in case you don't need any Cygwin infrastructure (bash, ...) or fully posix compliant C environment 2.) Do a

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Ulli Horlacher
On Fri 2018-06-08 (15:30), Ulli Horlacher wrote: > Transfered to Windows 8 32 bit: Sorry, typo! It is Windows 8 64 bit! -- Ullrich Horlacher Server und Virtualisierung Rechenzentrum TIK Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de Allmandring 30a

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Ulli Horlacher
On Wed 2018-06-06 (16:12), cyg Simple wrote: > > On Windows 7 32 bit I have compiled some binaries by myself. > > Help us help you by giving us how you compiled these and with what set > of tools. jed comes with a BIG makefile. When I start it, it outputs: /sw/src/jed-0.99.20-116: make cd src;

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread cyg Simple
On 6/8/2018 9:30 AM, Ulli Horlacher wrote: > On Thu 2018-06-07 (01:04), Andrey Repin wrote: > >> Then I'm at a loss to explain the behavior. If he ran ldd on the same system >> he had built it (and where it is running properly), then there's >> environmental >> conditions involved. > > Windows 7

Re: Help with sgid into the Administrators group (or alternatives?)

2018-06-08 Thread Sam Habiel
I installed the LSA authentication package; but no difference in behavior was found. --Sam On Wed, Jun 6, 2018 at 9:20 AM, Sam Habiel wrote: > I am continuing to port GT.M to Cygwin > (https://www.fisglobal.com/solutions/banking-and-wealth/services/database-engine). > > The database has a suid p

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread cyg Simple
On 6/8/2018 9:19 AM, Ulli Horlacher wrote: > > I have compiled the application with gcc from cygwin. > It runs without problems on Windows 7 32 bit but on Windows 8 64 bit it > does not output ANYTHING. No (error) message, nothing. > You CANNOT move a 32bit Cygwin application to a 64bit Cygwin

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Ulli Horlacher
On Thu 2018-06-07 (01:04), Andrey Repin wrote: > Then I'm at a loss to explain the behavior. If he ran ldd on the same system > he had built it (and where it is running properly), then there's environmental > conditions involved. Windows 7 32 bit build system: /sw/cygwin-7_32/jed-0.99-20_116/bin

RE: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Soegtrop, Michael
Dear Uli, in case you are not comfortable using gdb, Sysinternals ProcMon (can be downloaded for free from Microsoft) will give you information about what happens during process startup. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany

Re: running self compiled 32 bit binary on 64 bit Windows?

2018-06-08 Thread Ulli Horlacher
On Wed 2018-06-06 (20:49), Andrey Repin wrote: > Greetings, Soegtrop, Michael! > > > Dear Ulli, > > > for MinGW (your ldd dump didn't include Cygwin dlls, so I assume you are > > doing MinGW builds) > > It did not include cygwin1.dll because he ran ldd on a system, where that > library was missi

[ANNOUNCEMENT] Updated : netcdf-4.6.1-2

2018-06-08 Thread Marco Atzeri
Version 4.6.1-2 of libnetcdf-devel libnetcdf13 netcdf Version 4.4.4-3 of libnetcdf-fortran-devel libnetcdf-fortran_6 Version 4.3.0-3 of libnetcdf-cxx4-devel libnetcdf-cxx4_1 are available in the Cygwin distribution. CHANGES Rebuilt for libraries updated https://github.com/Unidat

[ANNOUNCEMENT] Updated: octave-4.4.0-1

2018-06-08 Thread Marco Atzeri
New versions 4.4.0-1 of octave octave-devel octave-doc are available in the Cygwin distribution: CHANGES First upstream 4.4.x release. https://www.gnu.org/software/octave/news/release/2018/04/30/octave-4.4.0-released.html Full changes: https://www.gnu.org/software/octave/NEWS-4.4.html

[ANNOUNCEMENT] Updated: qrupdate-1.1.2-3

2018-06-08 Thread Marco Atzeri
The version 1.1.2-3 of libqrupdate-devel, libqrupdate0 have been uploaded. CYGWIN CHANGES rebuilt for library dependencies DESCRIPTION QRUPDATE is a library for fast updating of QR and Choleski decompositions. HOMEPAGE http://qrupdate.sourceforge.net/ Regards Marco Atzeri If you ha

[ANNOUNCEMENT] Updated: openmpi-3.1.0-1

2018-06-08 Thread Marco Atzeri
Version 3.1.0-1 of packages libopenmpi-devel libopenmpi40 libopenmpifh40 libopenmpiusef08_40 libopenmpiusetkr40 openmpi are available in the Cygwin distribution: CHANGES Latest upstream release. First of 3.x series packaged for cygwin https://www.mail-archive.com/announce@lists.open

[ANNOUNCEMENT] Updated: hwloc 1.11.10-1

2018-06-08 Thread Marco Atzeri
Version 1.11.10-1 of packages hwloc libhwloc-devel libhwloc5 are available in the Cygwin distribution: CHANGES Upstream bugfix release Full upstream changes: https://www.mail-archive.com/hwloc-announce@lists.open-mpi.org/msg00111.html DESCRIPTION The Portable Hardware Locality (hwloc)

[ANNOUNCEMENT] Updated: octave forge packages

2018-06-08 Thread Marco Atzeri
New versions of octave-bim octave-bsltl octave-cgi octave-dataframe octave-data-smoothing octave-divand octave-doctest octave-financial octave-fpl octave-fuzzy-logic-toolkit octave-ga octave-generate_html octave-integration octave-mvn octave-ncarray octave-optics octave-queueing octave-specfun oc

[ANNOUNCEMENT] Updated: arpack-3.5.0-2

2018-06-08 Thread Marco Atzeri
New versions 3.5.0-2 of arpack (source) libarpack-devel libarpack0 libparpack-devel libparpack0 for cygwin are available in the Cygwin distribution: CHANGES Rebuilt for libraries dependency DESCRIPTION ARPACK is a collection of Fortran77 subroutines designed to solve large scale eige