Coder Social home page Coder Social logo

Comments (5)

johncbowman avatar johncbowman commented on July 2, 2024

Your linker is looking for the fftw library, which you likely don't have. Try doing a make clean and running configure again
since this commit fixed a configuration issue regarding pkg-config (which some systems use to find packages like tirpc, gsl, fftw, etc.)

from asymptote.

johncbowman avatar johncbowman commented on July 2, 2024

I verified that the master branch builds correctly under MacOS Monterey 12.6.6.

from asymptote.

charlesstaats avatar charlesstaats commented on July 2, 2024

After running make cleanest, I ran

./autogen.sh && ./configure CC=clang CXX=clang++ CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib && make &> output2.log

It did not appear to help. I have attached the result.

Note that the attached log contains only the output from the final make command, not autogen or configure.
output2.log

from asymptote.

johncbowman avatar johncbowman commented on July 2, 2024

The cause of the problem turned out to be a missing fftw3.pc file. Commit 122092f attempts to work around such installation issues by choosing a reasonable default (in this case linking against -lfftw3).

from asymptote.

charlesstaats avatar charlesstaats commented on July 2, 2024

I can confirm that with the new commit, I can once again build Asymptote.

from asymptote.

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.