Giter VIP home page Giter VIP logo

Comments (5)

FreddieChopin avatar FreddieChopin commented on June 6, 2024

Seems this might be the reason - http://stackoverflow.com/a/9280009/157344 The solution would then be to either force --libdir=... for each of the prerequisites or to discover this lib directory and just pass it to all scripts which need it - for example by adding --with-gmp-lib=... option. The second option seems a bit more "generic", but I have no strong opinion here. Any thoughts?

Could you show the output of these two commands?

echo ${CONFIG_SITE}
cat ${CONFIG_SITE}

from bleeding-edge-toolchain.

cszawisza avatar cszawisza commented on June 6, 2024
echo ${CONFIG_SITE}
/usr/share/site/x86_64-unknown-linux-gnu

https://gist.github.com/cszawisza/e3f27b5c84df78cab03c798115a3042f

from bleeding-edge-toolchain.

kemonats avatar kemonats commented on June 6, 2024

The issue is old, but the solution may be useful.
You need to delete the CONFIG_SITE variable, that is

set -eu

# add this line
unset CONFIG_SITE

binutilsVersion="2.34"

Another solution is to run script as:

CONFIG_SITE= ./build-bleeding-edge-toolchain.sh

Tested on OpenSUSE Leap 15.2

from bleeding-edge-toolchain.

FreddieChopin avatar FreddieChopin commented on June 6, 2024

@kemonats - could you provide a pull request? (;

from bleeding-edge-toolchain.

kemonats avatar kemonats commented on June 6, 2024

Maybe it is enough to add to README.md that for OpenSUSE the script should be run like this:

CONFIG_SITE= ./build-bleeding-edge-toolchain.sh

from bleeding-edge-toolchain.

Related Issues (15)

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.