Skip to content

'configure' should test each compiler until it finds a working one, rather than just test the first one #554

Description

@davmac314

Currently 'configure' looks for various known compiler names (g++, c++, clang++), takes the first one it finds, and performs a test to see if it works as a compiler.

If it finds a non-working compiler it should continue the search, but currently it does not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions