3Tissue / MRtrix3Tissue

MRtrix3Tissue adds capabilities for 3-Tissue CSD modelling and analysis to a complete version of MRtrix3.
https://3Tissue.github.io
Mozilla Public License 2.0
10 stars 6 forks source link

ERROR: no suitable compiler found! #41

Open RuilinTu opened 2 months ago

RuilinTu commented 2 months ago

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.

LeeReid1 commented 2 months ago

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++