You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: