Karl Hammar: ... > Now I got another, where has sys_errlist.h gone, ...
According to: https://sourceware.org/pipermail/libc-announce/2020/000029.html "The GNU C Library version 2.32 is now available ... * The deprecated symbols sys_errlist, _sys_errlist, sys_nerr, and _sys_nerr are no longer available to newly linked binaries, and their declarations have been removed from from <stdio.h>. They are exported solely as compatibility symbols to support old binaries. All programs should use strerror or strerror_r instead. " So that means that programs like ngspice won't link with glibc 2.32 or later. Any thoughts ? Regards, /Karl Hammar