Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: no suitable compiler found! #41

Open
RuilinTu opened this issue May 8, 2024 · 1 comment
Open

ERROR: no suitable compiler found! #41

RuilinTu opened this issue May 8, 2024 · 1 comment
Labels
question Question

Comments

@RuilinTu
Copy link

RuilinTu commented May 8, 2024

Hi,
I encountered an issue when running ./configure, and wonderwd how to sovle it.

Detecting OS: linux
Looking for compiler [/data/home/bnu006/fsl/bin/g++]: g++ (conda-forge gcc 12.3.0-4) 12.3.0
Checking for C++11 compliance: test failed (see configure.log for details)
ERROR: no suitable compiler found!

Thanks.

@RuilinTu RuilinTu added the question Question label May 8, 2024
@LeeReid1
Copy link

LeeReid1 commented May 10, 2024

Hi @RuilinTu - you just need to install a modern compiler unrelated to FSL. Depending on your OS this will be something like

sudo apt-get update
sudo apt-get install g++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question
Development

No branches or pull requests

2 participants