Installation Question

Installation Question

andrew.whucsgmail.com的头像

Hello,

I'm having an issue with the install script for the STM compiler.

We're using Ubuntu 10.04 64-bit with an Intel Core 2.

The install script says the following libraries are not installed:
libstdc++
libstdc++5
glibc
libgcc

However, all these /are/ installed as well as the 32 bit libraries.

Please advise.

2 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
andrew.whucsgmail.com的头像

you only have to add a link to libstdc++.so.6 in
the /usr/lib32 directory thusly:

ln -s /usr/lib32/libstdc++.so.6 /usr/lib32/libstdc++.so.5

登陆并发表评论。