Giter Site home page Giter Site logo

Comments (3)

xuzhen avatar xuzhen commented on July 30, 2024

Can gcc-11 or gcc-11.2 or gcc-11.2.1 be found in the paths defined in $PATH?
If so, #298 will solve this problem

from dkms.

mefff avatar mefff commented on July 30, 2024

When running with scl enable gcc-toolset-11 -- dkms build example-dkms/1.0 it does, but when trying to install the package with rpm it doesn't, even with scl enable gcc-toolset-11 -- rpm -i example-dkms.rpm. Is like rpm is changing the PATH somehow, or not exporting it to the installation scripts.

So, when dkms has both gcc on PATH it finds the correct one, I presume because the newer is first on PATH? probably with #298 will get it always, besides the PATH order

from dkms.

xuzhen avatar xuzhen commented on July 30, 2024

I see. With #298, you can create a little script to help dkms choose the right toolchain.

#!/bin/sh
. /opt/rh/gcc-toolset-11/enable
gcc "$@"

Save it to /usr/local/bin/gcc-11, and chmod +x /usr/local/bin/gcc-11.
Then the module will be compiled successfully.
a

from dkms.

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.