Re: Problem/Bug with binutils-gdb and strsignal ?

2021-10-26 Thread Corinna Vinschen via Cygwin
On Oct 24 08:26, Claudius Schnörr via Cygwin wrote: > o suggestion: undefining DEFS_H might be risky -> to be added at >line 55: > + #ifndef DEFS_H >#    include /* for strsignal on >cygwin */ >#else >char

Problem/Bug with binutils-gdb and strsignal ?

2021-10-24 Thread Claudius Schnörr via Cygwin
Hello, when compiling binutils-gdb I got stuck with an error concerning the strsignal function. This also occurs when trying to compile the insight gdb-frontend on cygwin64 that I tried to build.  * platform: o cygwin 64bit on Win-10 o gcc (GCC) 11.2.0, g++ (GCC) 11.2.0 * commands