Re: Linking to libcurl suppresses output in emacs shell on windows

2013-10-27 Thread Daniel Stenberg
On Sat, 26 Oct 2013, K. Frank wrote: the output from the program no longer shows up in the emacs shell. Isn't this rather a question to emacs people? How can a program output something that doesn't get shown in the emacs shell? libcurl certainly doesn't do anything magic, as if you're

Re: Linking to libcurl suppresses output in emacs shell on windows

2013-10-27 Thread K. Frank
Hi Daniel! On Sun, Oct 27, 2013 at 1:41 PM, Daniel Stenberg dan...@haxx.se wrote: On Sat, 26 Oct 2013, K. Frank wrote: the output from the program no longer shows up in the emacs shell. Isn't this rather a question to emacs people? Yes. I will take the liberty of cross-posting my original

Linking to libcurl suppresses output in emacs shell on windows

2013-10-26 Thread K. Frank
Hello List! I have a simple c++ program that I build with g++ 4.8.1 from mingw-w64 on 64-bit windows. This program writes to cout. When I run it in an emacs (version 23.1.1) shell (i.e., M-x shell) the output shows up. If I then non-trivially link the program with libcurl (non-trivial in the