2

I am porting an application on Solaris 11_x86 system. When I compile it using `make, I get these errors:

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

How do I fix this?

Michael Mrozek
  • 169,610
  • 28
  • 168
  • 175
  • What happens when you try to link on the command line, without Make? – Beta Jun 29 '11 at 13:21
  • I tried a simple "Hello World" application from the command line. thts compiling fine.. –  Jun 30 '11 at 07:44
  • And what happens when you try to compile and link *this application* on the command line? – Beta Jun 30 '11 at 19:10

0 Answers0