Code Monkey home page Code Monkey logo

Comments (5)

antoinemine avatar antoinemine commented on September 28, 2024

What distribution are you using and how did you install gmp? I'm not sure why it is in /home/amthakur/.local/libgmp-dev/usr/lib/x86_64-linux-gnu/libgmp.a...

from zarith.

arozovyk avatar arozovyk commented on September 28, 2024

There have been issues with gmp and macos, especially ARM chip ones.

I've been able to resolve this by locating the gmp installed via brew:

brew info gmp

/opt/homebrew/Cellar/gmp/6.3.0

And building Zarith locally :

export CPPFLAGS="-I/opt/homebrew/Cellar/gmp/6.3.0/include $CPPFLAGS"
export LDFLAGS="-L/opt/homebrew/Cellar/gmp/6.3.0/lib $LDFLAGS"

./configure
make

from zarith.

antoinemine avatar antoinemine commented on September 28, 2024

There have been issues with gmp and macos, especially ARM chip ones.

What kind of issues?
Have you tried Zarith 1.14?

I ask this because the issue reported here initially by camit9oct corresponds to Zarith 1.13 on x86_64 with a version of gmp possibly installed by hand. It may not correspond to your issues (if you're using 1.14 and/or ARM) or may have been already fixed (if you're using 1.13). Also, the page you're linking does not mention ARM and may not be related to any issue that can be solved by changing paths, so I'm a bit confused about the link between the reported issue and your proposed solution.

Concerning your issue. Homebrew has changed its install paths since ARM. But we now rely on pkg-config for the include and library paths, so, my hope is that such a change is automatically taken care of (I may be mistaken).

from zarith.

arozovyk avatar arozovyk commented on September 28, 2024

My bad, i missinterpreted this issue as being related to the problem i encountered. I created a separate issue for my specific problem.

from zarith.

amit9oct avatar amit9oct commented on September 28, 2024

Fixed it by deleting the installation /home/amthakur/.local/libgmp-dev/, then logging in as a sudo user, installing Zarith in sudo mode and it worked.

from zarith.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.