Giter VIP home page Giter VIP logo

Comments (2)

clementFoyer avatar clementFoyer commented on August 11, 2024

On some machines where the installation is /usr/lib/{target_triplet}/ for libs, /usr/include/{target_triplet}/ for includes, etc, this solution is not event possible as --with-{name}-bins, --with-{name}-includes and --with-{name}-libs are not necessarily defined.

The configure script needs to be able to pick-up installation.
Maybe, check if the paths are given directly, and if not, check whether the header and shared libraries are available picked-up from the system, if not, test if it's available with information from pkg-config.

So far, I can see the issue arising at least with libunwind, dyndist, and dwarf. I have nto been able to go further in the building process yet.

from extrae.

clementFoyer avatar clementFoyer commented on August 11, 2024

After fighting with the configure for days, it seems they are using some macro to do tests.

For future reference, or for anyone having the same issues, it is possible to get around the issue by providing --with-unwind=<any_existing_dir> --with-unwind-binarires=<any_existing_dir> --with-unwind-headers=<path_to_headers> --with-unwind-libs=<path_to_libs>.

from extrae.

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.