Re: signal.h: compiler are not able to find it
Reply #3 –
Not sure why it's not working but can tell you this.
They are C++ programs
The following command will show you where g++ is looking for signal.h
echo | g++ -v -E -x c++ -
Of interest is the output between:
#include "..." search starts here:
....
....
End of search list.
In my case it's
On my system it's the last of these /usr/include which includes a signal.h
This file is provided by glibc
pacman -Qo /usr/include/signal.h
/usr/include/signal.h is owned by glibc 2.40+r16+gaa533d58ff-2