GLIBC Configuration Error on Solaris

陌路散爱 提交于 2019-12-11 23:31:40

问题


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.

来源:https://stackoverflow.com/questions/18810300/glibc-configuration-error-on-solaris

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!