On Thu, Oct 23, 2014 at 12:43 AM, Mat Troi <mattrois...@gmail.com> wrote:
> 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
>

Have you tried asking at the mailing lists below:
gnutls-h...@lists.gnutls.org
gnutls-de...@lists.gnutls.org
Did you consult this document for installation instructions:
http://www.gnutls.org/manual/gnutls.pdf

I'm not too sure, but could the problem be in the '%progbits' section.
Here's the syntax generated by gcc on my Gentoo system:
    .size    main, .-main
    .ident    "GCC: (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3"
    .section    .note.GNU-stack,"",@progbits

Reply via email to