由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 普通用户能装gcc么?
相关主题
gcc in mac OSXQuestions about Makefile
where is gcc?[转载] 请教三个关于emacs和perl的问题
[转载] UNIX下的一个奇怪问题!A tough compiler problem
[转载] Help!How to set directory for #include <**.h>[转载] molscript and grasp
FTP Helpwhere is libstdc++
Is there any software can D/L a whole directory?GCC的编译?
A simple question!漆血柜求
[转载] 问一个问题[转载] ask a question.
相关话题的讨论汇总
话题: gcc话题: do话题: directory话题: 普通用户话题: install
进入Unix版参与讨论
1 (共1页)
l******s
发帖数: 10
1
现在的版本不好使,想换一个的说
a******e
发帖数: 95
2
get the source and compile by yourself.

【在 l******s 的大作中提到】
: 现在的版本不好使,想换一个的说
l******s
发帖数: 10
3
我指的是。。如果我没有管理员权限的话。。

【在 a******e 的大作中提到】
: get the source and compile by yourself.
c*****t
发帖数: 1879
4
You can if you have huge amount of space. Do the following before
compilation:
configure --prefix="/your-home-directory"
replace stuff inside the quotes with your home directory. After
you run
make
and successfully compiled everything. Do
make install
That would install gcc/g++ to ~/bin, ~/info, ~/include, ~/lib, ~/man
and such for its appropriete files.

【在 l******s 的大作中提到】
: 我指的是。。如果我没有管理员权限的话。。
D**e
发帖数: 10169
5

don't need huge amount. a few hundred MB.

【在 c*****t 的大作中提到】
: You can if you have huge amount of space. Do the following before
: compilation:
: configure --prefix="/your-home-directory"
: replace stuff inside the quotes with your home directory. After
: you run
: make
: and successfully compiled everything. Do
: make install
: That would install gcc/g++ to ~/bin, ~/info, ~/include, ~/lib, ~/man
: and such for its appropriete files.

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] ask a question.FTP Help
GCC 一问Is there any software can D/L a whole directory?
Help: convert // to /* */ in C code?A simple question!
about compiling new glibc/gcc in fc14 (转载)[转载] 问一个问题
gcc in mac OSXQuestions about Makefile
where is gcc?[转载] 请教三个关于emacs和perl的问题
[转载] UNIX下的一个奇怪问题!A tough compiler problem
[转载] Help!How to set directory for #include <**.h>[转载] molscript and grasp
相关话题的讨论汇总
话题: gcc话题: do话题: directory话题: 普通用户话题: install