-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hello,
I would guess these installation issues are environment-specific. But I'll mention them here anyways:
-
Installing NTL. I found that I needed to add an
-fPIC
flag during the./configure
step of installing NTL. Specifically, I called
$ ./configure PREFIX=$HOME/latte CXX="g++ -std=c++11 -fPIC" NTL_GMP_LIP=on
-
Installing LattE. I found that I needed to add a
-pthread
flag during the./configure
step. That is, I called
$ ./configure PREFIX=$HOME/latte GXX="g++ -std=c++11" LDFLAGS="-pthread" --with-default=$HOME/latte
Hopefully someone finds this helpful!
EDIT: For reference: this was on a PC running Ubuntu 20.
zajer
Metadata
Metadata
Assignees
Labels
No labels