由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to compile wget package???
相关主题
Re: 急问:UNIX (SOLARIS 7。0)中C++ COMPILER命令到底是什么呀?[转载] ask a question.
Questions about MakefileGCC 一问
[转载] 请教三个关于emacs和perl的问题Help: convert // to /* */ in C code?
A tough compiler problemabout compiling new glibc/gcc in fc14 (转载)
[转载] molscript and grasphelp needed-install gcc/g++ 4.7 on ubuntu 14.04
where is libstdc++关于cxterm的问题
GCC的编译?Help about installing Cxterm5.0!!!!
漆血柜求what's the relation bt UNIX and SUN workstation?
相关话题的讨论汇总
话题: wget话题: compile话题: package话题: install话题: cgi
进入Unix版参与讨论
1 (共1页)
f*******n
发帖数: 3
1
sorry i know this question is really foolish . but i know nothing about programming in unix and cgi. so could u please give some guides???? thx
w*****n
发帖数: 94
2
wget has nothing to do with cgi ba?
The compilation instructions for unix programs are often found in an
INSTALL file, the README file also contains important information.
General steps are:
1) gunzip -c wget-xxx.tar.gz | tar xvf -
2) ./configure
3) make
4) make install

【在 f*******n 的大作中提到】
: sorry i know this question is really foolish . but i know nothing about programming in unix and cgi. so could u please give some guides???? thx
t*********l
发帖数: 30
3
if you are not root and just want to install it for yourself,
you'd better use
cd wget-xxx
./configure --prefix=$HOME/local
just my 2 cents

【在 w*****n 的大作中提到】
: wget has nothing to do with cgi ba?
: The compilation instructions for unix programs are often found in an
: INSTALL file, the README file also contains important information.
: General steps are:
: 1) gunzip -c wget-xxx.tar.gz | tar xvf -
: 2) ./configure
: 3) make
: 4) make install

1 (共1页)
进入Unix版参与讨论
相关主题
what's the relation bt UNIX and SUN workstation?[转载] molscript and grasp
vnc server in Sun Solaris, how to change wm?where is libstdc++
about gcc installationGCC的编译?
a question about sendmail-8.12.3漆血柜求
Re: 急问:UNIX (SOLARIS 7。0)中C++ COMPILER命令到底是什么呀?[转载] ask a question.
Questions about MakefileGCC 一问
[转载] 请教三个关于emacs和perl的问题Help: convert // to /* */ in C code?
A tough compiler problemabout compiling new glibc/gcc in fc14 (转载)
相关话题的讨论汇总
话题: wget话题: compile话题: package话题: install话题: cgi