Skip to content

Installation issues (and solutions) #35

@dpmerrell

Description

@dpmerrell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions