x******a 发帖数: 6336 | 1 rhel (5.0? not sure)上现有的gcc是4.1.2,
我想安装gcc4.7或者4.8在自己的home directory下。
没有管理员,也没有网络,请问可不可用easybuild还是要手动build?
多谢 |
|
r*****e 发帖数: 792 | 2 this is what I usually do:
./configure --prefix="your dir" --exec_prefix="your dir"
make
make install
of course you need to enable/disable other options
never used easybuild myself.
finally point gcc to this newly build path. |
|
x******a 发帖数: 6336 | 3 【 以下文字转载自 Linux 讨论区 】
发信人: xiaojiya (xiaojiya), 信区: Linux
标 题: 没有root权限怎么安装gcc(RHEL5.9)
发信站: BBS 未名空间站 (Sat Aug 23 00:09:22 2014, 美东)
rhel 5.9上现有的gcc是4.1.2,
我想安装gcc4.7或者4.8在自己的home directory下。
没有管理员,也没有网络,请问可不可用easybuild还是要手动build?
多谢
update:
make时stuck在undeclared error
stuck at ../libiberty/pex-common.c error:
1. 287:'PEX_STDERR_TO_PIPE' undeclared (first use in this function)
2. 305:'PEX_BINARY_ERROR' undeclard (first use in this function)
试了binutils-2.24也是同样的错误
any idea? thanks! |
|