Re: No error messages printed out within Windows Command Prompt when shared libraries are not found

2017-10-19 Thread Luca
Sorry, I have just realized that the issue happens only when I use the "Windows Command Prompt" run by Total Commander (www.ghisler.com), while I correctly get the notification when using the "Windows Command Prompt" run from the Start Menu. This issue is actually related to Total Commander,

Re: No error messages printed out within Windows Command Prompt when shared libraries are not found

2017-10-17 Thread Steven Penny
On Tue, 17 Oct 2017 21:41:05, Luca wrote: If I run the program within the Windows Command Prompt, I do not get any er= ror messages (the program simply does not do anything). Yeah, you do: --- foo.exe - System Error --- The program can't start

No error messages printed out within Windows Command Prompt when shared libraries are not found

2017-10-17 Thread Luca
On Linux, if I run a program compiled with 'gcc' without the proper shared libraries in path I get the following error message: > error while loading shared libraries: libxxx.so: cannot open shared object > file: No such file or directory This is expected. The same happens when running a