description
error message "Command-line error: invalid GNU version number: 412"
when running icc v8.1 under the environment of gcc-4.1 and glibc-2.5
sources
That version is incompatible with gcc-4.1
solutions
1. use icc v9.1 above instead
2. try to install compatible library ex: libstdc++5 etc.
1 comments:
this was very helpful.
thank you!
ps. i encountered this issues on sles10 sp2
Post a Comment