Use NativeAffinity on Mac OS X#45
Conversation
|
Note that this PR still does not work because there is still a problem with the native library. When acquiring an The reason is that the dynamic library that is included seems to export old symbols before a package refactoring. If I run However, based on the source code in |
|
Merged the changes. I don't have a Mac OSX so any assistance you can provide would be appreciated. |
|
@peter-lawrey Sure, I can test but as I've written in the comment above, the dynamic library binary for Mac OS X is outdated and I have no clue how it should be built for Mac OS X (the Makefile seems to be Linux specific?). |
|
I had hoped that A) it had worked for the person who write it If there is a better way for Mac I am open to ideas. On 4 Oct 2016 11:30, "Daniel Mitterdorfer" notifications@github.com wrote:
|
|
Sorry for not being clear: I know how to use make and Mac OS X has support for it but the build script as is cannot build a dynamic library for Mac OS X. So I wondered / asked how this binary has been build (it has not been built with this Makefile). I see that I come up with something that covers both platforms. |
With this commit we'll use
NativeAffinityagain on Mac OS X by fixing the path to the native library. In addition, we include the native library also as a.dylibin order to support JDK 8.