when I am doing ./configure
in opensolaris in an attempt to install software. I've got the following error:
error:C compiler cannot create executables
Then I check up on the net and find its 开发者_StackOverflowdue to a missing module call gcc-lib6-dev
. But how can I install it?
Sounds like you found an answer for a completely different OS that doesn't apply to opensolaris (lib6 sounds like an old Linux release). Look in the generated config.log for more detailed error messages that give better information as to the actual problem.
精彩评论