Building Nettle error

Moderator: Project members

Post Reply
Message
Author
GetA_GetB
500 Command not understood
Posts: 3
Joined: 2016-11-30 03:47

Building Nettle error

#1 Post by GetA_GetB » 2016-11-30 03:51

How to fix?
CqBvv1CBDESqNzJGc9omsw.jpg
CqBvv1CBDESqNzJGc9omsw.jpg (421.21 KiB) Viewed 6756 times
i use: https://wiki.filezilla-project.org/Comp ... er_Windows
cd ~
wget http://ftp.gnu.org/gnu/nettle/nettle-3.2.tar.gz
tar xf nettle-3.2.tar.gz
cd nettle-3.2
./configure --build=x86_64-w64-mingw32 --prefix="$HOME/prefix" --enable-static --disable-shared --enable-fat
make && make install
GMP good compile, Nettle - error

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Building Nettle error

#2 Post by botg » 2016-11-30 08:59

Did you chance compiler or linker flags? It looks like it tries to do link-time optimizations (lto).

GetA_GetB
500 Command not understood
Posts: 3
Joined: 2016-11-30 03:47

Re: Building Nettle error

#3 Post by GetA_GetB » 2016-12-01 21:42

I will try in the near future to give an answer.
And yet the question.
Why do not you support the Intel C ++ Compiler?

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Building Nettle error

#4 Post by botg » 2016-12-01 22:03

The Intel compiler is too expensive.

GetA_GetB
500 Command not understood
Posts: 3
Joined: 2016-11-30 03:47

Re: Building Nettle error

#5 Post by GetA_GetB » 2016-12-01 22:09

Why not give the right choice?
Those who can afford ICC and for those who can not?

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Building Nettle error

#6 Post by botg » 2016-12-01 23:18

Let's put it this way: The rich kids can submit patches that add the missing support for icc.

Post Reply