我正在Solaris 11_x86系统上移植一个应用程序。当我使用`make编译它时,我得到这些错误:
Linking <application>...
collect2: ld terminated with signal 8 [Arithmetic Exception], core dumped
ld: warning: global symbol `_END_' has non-global binding:
(file /usr/local/ssl/lib/libssl.so value=LOCL);
ld: warning: global symbol `_START_' has non-global binding:
(file /usr/local/ssl/lib/libssl.so value=LOCL);
make: *** [sosd] Error 1
我该如何解决这个问题?