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
Original issue reported on code.google.com by
phils...@gmail.com
on 2 Apr 2011 at 1:31Attachments: