On Sat, 23 Mar 2019 at 10:33, Houder <hou...@xs4all.nl> wrote: > Compiled "hello.c" on my 32-bits setup of Cygwin ... > > @@ gcc -Wall -o hello-32 hello.c # prompt indicates 32-bits setup of Cygwin > > Ran it on my 64-bits setup of Cygwin ... > > 64-@@ ./hello-32 # prompt indicates 64-bits setup of Cygwin > > I got the same result as you did ... (same pop-up) > > .. even the output of "strace ./hello-32" is the same. > > Henri
Thanks, incorrect bitness was indeed the crux of the matter! Problem solved. Vesa -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple