RFR: 8352064: AIX: now also able to build static-jdk image with a statically linked launcher

Erik Joelsson erikj at openjdk.org
Mon Mar 17 13:16:52 UTC 2025


On Mon, 17 Mar 2025 13:11:14 GMT, Joachim Kern <jkern at openjdk.org> wrote:

>> Thanks Eric, this might help with the command, but my problem is the dependency. The rules to generate the export files is not called, because in the build output I cannot find any line 'Generating export list for static libs'. Can you help out here too?
>
> The problem seems to be that `$(generate_export_list)` is empty and I do not know why.

Looks like this variable is misspelled (missing "S").

DEPS := $(STATIC_LIB_FILE), \

Also note that by default log level INFO is not printed. You would need to run the build with `make LOG=info` to see the message.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24062#discussion_r1998708773


More information about the core-libs-dev mailing list