Recently I had to work with glibc to be installed on Solaris OS on the x86 platform. The problem I encountered with was the configuration of the glibc package. I was getting multiple errors.Some of them have been higlighted under:
configure:3641: g++ -c -g -O2 conftest.cc >&5
conftest.cc:10:31: error: 'void std::exit(int)' should have been declared inside
'std'
configure:3647: $? = 1
To be noted I am using glibc-2.3.5. I could only find out that the glibc ports have not been developed for Solaris platform.