On 28/03/2022 07:46, David Holmes wrote:
Hi Jai,
It isn't obvious to me that the bundled sources are actually intended
to build on macOS. There's no include of unistd.h to get the lseek
definition.
I think the context here is that Jai is chasing an issue that may be bug
in the libz on macOS.
On Mon, 28 Feb 2022 16:22:25 GMT, Christian Hagedorn
wrote:
>> When printing the native stack trace on Linux (mostly done for hs_err
>> files), it only prints the method with its parameters and a relative offset
>> in the method:
>>
>> Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x000
Hi Jai,
It isn't obvious to me that the bundled sources are actually intended to
build on macOS. There's no include of unistd.h to get the lseek definition.
Cheers,
David
On 28/03/2022 2:50 pm, Jaikiran Pai wrote:
I'm using the following set of commands to build the JDK on my Mac M1
12.2.1 v
I'm using the following set of commands to build the JDK on my Mac M1
12.2.1 version. Specifically, I use the --with-zlib=bundled option
during configure:
bash configure --with-boot-jdk= --with-zlib=bundled
make clean
make images
This runs into build errors during make images. The configure