Hi, I am trying to compile GNUTLS 3.3.9 on a Solaris system with Solaris Studio 12.2 and I got a bunch of errors relating to GNU-stack.
Assembler: "elf/cpuid-x86_64.s", line 59 : Syntax error Near line: ".section .note.GNU-stack,"",%progbits" Assembler: "elf/aes-ssse3-x86_64.s", line 841 : Syntax error Near line: ".section .note.GNU-stack,"",%progbits" cc: fbe failed for elf/cpuid-x86_64.s cc: fbe failed for elf/aes-ssse3-x86_64.s Assembler: "elf/e_padlock-x86_64.s", line 1067 : Syntax error Near line: ".section .note.GNU-stack,"",%progbits" make[5]: *** [elf/cpuid-x86_64.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: *** [elf/aes-ssse3-x86_64.loAssembler: ] Error 1 Has anyone seen these type of erros and what is a way to fix this? Thanks, Mat