--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/445b5350-eb09-49ff-b5ee-c4a996c54062n%40googlegroups.com.
--
Hello All
when I checked I found
Omar@localhost:~> ls -al /usr/bin/g++*
lrwxrwxrwx 1 root root 5 Jun 9 2020 /usr/bin/g++ -> g++-7
-rwxr-xr-x 1 root root 767960 Jun 13 2019 /usr/bin/g++-4.8
-rwxr-xr-x 1 root root 1026520 Feb 25 18:47 /usr/bin/g++-7
How I can remove g++-4.8 and activate g++-7 or version above in opensuse leap 15.2
Hello Allwhen I checked I foundOmar@localhost:~> ls -al /usr/bin/g++* lrwxrwxrwx 1 root root 5 Jun 9 2020 /usr/bin/g++ -> g++-7 -rwxr-xr-x 1 root root 767960 Jun 13 2019 /usr/bin/g++-4.8 -rwxr-xr-x 1 root root 1026520 Feb 25 18:47 /usr/bin/g++-7 How I can remove g++-4.8 and activate g++-7 or version above in opensuse leap 15.2
I do not know why Waf would select g++-4.8 over g++-7 if you have the symlink set as above.
However, you can try the following to explicitly remove the old version (I do not have OpenSUSE and could not test this command by myself):
$ zypper remove gcc48-c++
- Tom
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/67b42af2-8d28-d069-c9a2-518988ec12a8%40tomh.org.