Dear Comunity,
I need the temurin/adoptium JDK-21 for a commercial software product, which has it as requirement. Unfortunately I haven't found this particular JDK in FreeBSD neither as precompiled nor as ports, hence I'm trying to compile the software distribution by myself.
I installed
But the script exits with the error message:
This
Has anybody comiled temurin JDK on FreeBSD successfully? What I'm doing wrong?
Many thanks for reading this post and
best regards
Paule
I need the temurin/adoptium JDK-21 for a commercial software product, which has it as requirement. Unfortunately I haven't found this particular JDK in FreeBSD neither as precompiled nor as ports, hence I'm trying to compile the software distribution by myself.
I installed
gmake
and clang-compiler
and gcc
and downloaded the latest jdk-src tarball from https://adoptium.net/de/temurin/releases/. For configuration running bash configure --with-toolchain-type=clang --with-boot-jdk=/usr/local/openjdk21
But the script exits with the error message:
Code:
configure: Toolchain type clang is not valid on this platform.
configure: Valid toolchains: .
configure: error: Cannot continue.
configure exiting with result code 1
This
gcc
as toolchain I'm getting the same result.Has anybody comiled temurin JDK on FreeBSD successfully? What I'm doing wrong?
Many thanks for reading this post and
best regards
Paule