dpathakj / junixsocket

Automatically exported from code.google.com/p/junixsocket
0 stars 0 forks source link

Native library fails to load on rhel4 32-bit when crosscompiled from rhel5 64-bit #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I ran into the exact same problem as described here...
http://stackoverflow.com/questions/2697745/on-linux-what-can-cause-dlopen-to-emi
t-sigfpe

And fixed it the same way as described on that link.

i.e by adding 
<arg value="-Wl,--hash-style=both" />

to the gcc-linux.arch ant target

(See attached patch)

Original issue reported on code.google.com by phils...@gmail.com on 2 Apr 2011 at 1:31

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in #r114.
Thanks for reporting!

Original comment by ckkohl79 on 20 Feb 2013 at 11:42