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
これを修正するにはどうすればよいですか?