Skip to content

ODB compile uses gcc from PATH #37

Description

@roe85

We found an compatibility issue with the pre-build ODB on RHEL 8 and I also guess other OS versions: the the full path to gcc binary is not baked in the odb binary during compile-time.
This leads to problems if there is a different (e.g. newer) gcc in the PATH. This can easily happen when you are using a gcc-toolset-XX. A workaround is to invoke odb with PATH=/usr/bin/:$PATH odb.

I guess the solution would be to bake in the the fullpath to gcc and not rely on runtime PATH resolution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions