RFR: Add support for AIX in build process [v3]

Jorn Vernee jvernee at openjdk.org
Thu Dec 4 10:15:46 UTC 2025


On Thu, 4 Dec 2025 10:11:58 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> @JornVernee  not sure if  there a way to fetch clang version
>
> I'm confused, that patch has a test that shows loading a library through `System.loadLibrary` working, and I remember seeing those patches in the JDK, and thought `loadLibrary` support was working on AIX as well now. Why doesn't that work for clang? Is it possible to change the way you're building clang to not use an archive member?

Otherwise, if `loadLibrary` needs to be used, I think the resolution of the library should be done relative to `System.getProperty("java.home")` and then I suppose jlink puts the library under `lib`.

-------------

PR Review Comment: https://git.openjdk.org/jextract/pull/297#discussion_r2588391457


More information about the jextract-dev mailing list