nativelibs4java / BridJ

BridJ: blazing fast Java / C / C++ interop
https://code.google.com/archive/p/bridj/
Other
297 stars 77 forks source link

BridJ 0.7-SNAPSHOT 64 bit SunOs libbridj.so is actually a 32 bit binary (build error). #41

Open ochafik opened 9 years ago

ochafik commented 9 years ago

From @AndreasSandberg on September 19, 2014 13:23

Hi! When we tried to switch to 64 bit java we found that the bundled libbridj.so under org.bridj.lib.sunos_x64 is actually a 32 bit binary. Probably just an build error but either way it should be corrected.

BR! // Andreas

Copied from original issue: ochafik/nativelibs4java#529

ochafik commented 9 years ago

Ouch, thanks, will fire that VM and fix asap!