标题: Solaris 10 gcc Compile DBI.pm has been passed [打印本页] 作者: admin 时间: 10-9-2008 05:08 标题: Solaris 10 gcc Compile DBI.pm has been passed
When compiling DBI modules in Solaris, and you get the following error:
cc: unrecognized option `-KPIC'
cc: language ildoff not recognized
This is caused by the fact that your CC installation is being referenced instead of GCC, which doesn't execute the options added in your Makefile. This is easy to fix though, just do the following:
- open up your Makefile, and find the following line: