i586-pc-linux-gnulibc2 and libio: After getting libstdc++ compiled, it didn't work. So I changed the: #include <sigset.h> I had previously to a: #define _G_sigset_t __sigset_t and it's working fine now for applications linked against it. -George