Closed cndcourt closed 7 years ago
Hey! This worked - but I have no idea how the source change would be made. In the lz4.c file I added a test for the Solaris 64 bit support: _LP64
|| defined(64BIT) || defined(__mips64) || defined(_LP64) \ <--- ADDED THIS
I applied the proposed change to lz4.c. Thanks!
Hi I can build the lz4-java.jar on Solaris and get the SO. But it is built by default - 32 BIT. I'm not very ANT knowledgeable. but the compiler option is "-m64". Can someone help with the Ant build.xml directive?
Thanks folks! Right now we are just using javaSafeInstance()