- 积分
- 27
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-6-12
- 最后登录
- 1970-1-1
![未绑定新浪微博用户 新浪微博达人勋](source/plugin/sina_login/img/gray.png)
|
发表于 2012-9-27 17:02:51
|
显示全部楼层
我也碰到这个问题了。网上查找解决方法如下:
I solved the problem. I didn't have the gcc 32-bit libraries installed. I accomplished that by doing the following:
sudo apt-get install ia32-libs
sudo apt-get install g++-multilib
I also needed to have the link to libc.so.6 in /lib accomplished by the following link:
ln -s /lib64/x86_64-linux-gnu/libc-2.13.so /lib64/libc.so.6
Now I have PGI Workstation Fortran 11.5 working on Ubuntu 11.4 (64-bit)
http://www.pgroup.com/userforum/viewtopic.php?t=2625&sid=bb588e2b3abe2c93caee5841c60f8af6 |
|