On Mon, 22 May 2023 19:10:57 GMT, Jiangli Zhou <jian...@openjdk.org> wrote:

> Thanks @erikj79. Could you please help provide some more info on the build 
> failure:
> 
> Which macOs version ran into the build issue? My mac is on Ventura 13.3.1 
> (a). It builds successfully for the `static-libs-image` target.
> 
> Does it fail when partially linking `libjvm_relocatable.o` only, or it fails 
> when partially linking other native libraries as well on macosx? Could you 
> please share the partial linking command, e.g. 
> hotspot/variant-server/libjvm/gtest/objs/static/BUILD_GTEST_LIBJVM_partial_link.cmdline?

Additional info, following is the partial linking command from my 
`macosx-x86_64` build:


/usr/bin/g++ -m64 -r -o 
/.../github/JDK-8307858/build/linux-x86_64-server-release/hotspot/variant-server/libjvm/gtest/objs/static/libjvm_relocatable.o
 
@/.../github/JDK-8307858/build/linux-x86_64-server-release/hotspot/variant-server/libjvm/gtest/objs/static/_BUILD_GTEST_LIBJVM_objectfilenames.txt

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14064#discussion_r1200946838

Reply via email to