由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - help: how to install the gnu make .
相关主题
Re: how to install gcc/g++ in my $HOME(not root)? 帮我看看我的GCC怎么了!谢谢
[转载] help me out -- questions on linux 2.4.12How to install a lib in my own home path?
Open c++ installtion problemgetting connected to Oracle in Perl
Who can recommend some good books on Unix AdministrationGCC的编译?
怎么在Unix/Linux下安装Matlab?Sunfreeware.com (?)
[转载] Anyone ever installed Solaris 8 on PC?Questions about libg++
help me again! Re: how to configure networking after installationAbout Chinese in Solaris
about gcc installationOne question on installing Solaries 8 on PC?
相关话题的讨论汇总
话题: gnu话题: make话题: install话题: run
进入Unix版参与讨论
1 (共1页)
h*********y
发帖数: 9
1
I searched the web and found a page about the installation, but it says you
have to register as a super user. I'm afraid that I can't, does that mean I
have to ask the system administrator for help?Thank you.
c*****t
发帖数: 1879
2
No.
1. Download gnu make from ftp.gnu.org.
2. gunzip and untar.
3. change into that directory created and run
./configure prefix=/your-home-dir-path/
4. run
make
5. run
make install
6. add ~/bin to your path in ~/.login
7. source ~/.login
8. rehash
9. run your program
In fact, this sequence works for most of the gnu programs.

【在 h*********y 的大作中提到】
: I searched the web and found a page about the installation, but it says you
: have to register as a super user. I'm afraid that I can't, does that mean I
: have to ask the system administrator for help?Thank you.

h*********y
发帖数: 9
3

you
I
Hi, you really did me a big favor. It works.

【在 c*****t 的大作中提到】
: No.
: 1. Download gnu make from ftp.gnu.org.
: 2. gunzip and untar.
: 3. change into that directory created and run
: ./configure prefix=/your-home-dir-path/
: 4. run
: make
: 5. run
: make install
: 6. add ~/bin to your path in ~/.login

1 (共1页)
进入Unix版参与讨论
相关主题
One question on installing Solaries 8 on PC?怎么在Unix/Linux下安装Matlab?
About install cxterm on HP-Unix system. Help[转载] Anyone ever installed Solaris 8 on PC?
is that 'cc' not installed in system?help me again! Re: how to configure networking after installation
how to install FreeBSD, linux. windows in a single HD, is that possible?about gcc installation
Re: how to install gcc/g++ in my $HOME(not root)? 帮我看看我的GCC怎么了!谢谢
[转载] help me out -- questions on linux 2.4.12How to install a lib in my own home path?
Open c++ installtion problemgetting connected to Oracle in Perl
Who can recommend some good books on Unix AdministrationGCC的编译?
相关话题的讨论汇总
话题: gnu话题: make话题: install话题: run