tkn-tub / ns3-gym

ns3-gym - The Playground for Reinforcement Learning in Networking Research
GNU General Public License v2.0
524 stars 198 forks source link

GNU version still not meets requirement after updating gcc/g++ #84

Open yntao-hust opened 1 year ago

yntao-hust commented 1 year ago

Previously I used ns-3.34 and my gcc/g++ version is 7, so in order to install ns-3.36, I need to update gcc/g++ version to at least 8. Actually I have already installed gcc/g++ 8, and edit the best link version and current link point to gcc/g++-8, as follows. 2023-05-29 16-45-38 的屏幕截图 and also, when I enter "gcc/g++ -v", it shows version 8.4 2023-05-29 16-50-20 的屏幕截图 but when I build ns-3.36, it still shows: GNU 7.5.0 compiler is below the minimum required version 8.0.0, as follows: 2023-05-29 16-45-57 的屏幕截图 Any ideas about this? thank you!