Re: Compile issue on Solaris 11.3

2021-03-28 Thread Niels Möller
Jeffrey Walton writes: > --enable-fat turns on cpu identification and runtime switching. I need > that. I need AES. I don't need SHA. It is impossible to get into a > good configuration. I don't think it's worthwhile to add complexity to configure and the fat machinery, and testing thereof, to

Re: Compile issue on Solaris 11.3

2021-03-28 Thread Jeffrey Walton
On Sun, Mar 28, 2021 at 4:18 AM Niels Möller wrote: > > Jeffrey Walton writes: > > >> I added --disable-x86-sha-ni and it still produces the error. How is > >> the ASM being used if it is disabled??? > > You need to choose *either* --enable-fat (now the default), *or* use the > explicit config

Re: Compile issue on Solaris 11.3

2021-03-28 Thread Niels Möller
Jeffrey Walton writes: >> I added --disable-x86-sha-ni and it still produces the error. How is >> the ASM being used if it is disabled??? You need to choose *either* --enable-fat (now the default), *or* use the explicit config options for particular instructions. Mixing is not supported. Don't

Re: Compile issue on Solaris 11.3

2021-03-27 Thread Jeffrey Walton
On Sat, Mar 27, 2021 at 9:34 PM Jeffrey Walton wrote: > This makes no sense... > > I added --disable-x86-sha-ni and it still produces the error. How is > the ASM being used if it is disabled??? Here's a demonstration of the configuration problem. #!/usr/bin/env bash NETTLE=nettle-3.7.2 rm -rf

Re: Compile issue on Solaris 11.3

2021-03-27 Thread Jeffrey Walton
On Mon, Jan 4, 2021 at 4:00 PM Niels Möller wrote: > > Jeffrey Walton writes: > > > Hi Everyone, > > > > I bumped to Nettle 3.7. The build is resulting in: > > Clearly, the assembler doesn't know of the sha-related instructions > (introduced in 2013, according to >

Re: Compile issue on Solaris 11.3

2021-01-04 Thread Niels Möller
Jeffrey Walton writes: > Hi Everyone, > > I bumped to Nettle 3.7. The build is resulting in: Clearly, the assembler doesn't know of the sha-related instructions (introduced in 2013, according to https://en.wikipedia.org/wiki/Intel_SHA_extensions). Which assembler (and version) are you using? If

Compile issue on Solaris 11.3

2021-01-04 Thread Jeffrey Walton
Hi Everyone, I bumped to Nettle 3.7. The build is resulting in: gcc -I. -I/export/home/jwalton/tmp/ok2delete/include -DNDEBUG -DHAVE_CONFIG_H -g2 -O2 -m64 -march=native -fPIC -pthread -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes