Hi!
How could cpige install?
when tar file:
Code:
[root@150 /usr/home/sniper/cpige/cpige-1.5 22:33:56] # ls
total 134
drwxr-xr-x 3 root sniper 512 Aug 16 22:32 ../
drwxr-x--- 3 1000 1000 512 Aug 20 2006 ./
-rw-r--r-- 1 1000 1000 922 Aug 20 2006 README
drwxr-xr-x 2 1000 1000 512 Aug 20 2006 gui/
-rw-r--r-- 1 1000 1000 7858 Aug 20 2006 configlib.c
-rw-r--r-- 1 1000 1000 18020 Aug 20 2006 LICENCE
-rw-r--r-- 1 1000 1000 257 Aug 20 2006 Makefile
-rw-r--r-- 1 1000 1000 231 Aug 20 2006 Makefile.solaris
-rw-r--r-- 1 1000 1000 367 Aug 20 2006 Makefile.windows
-rw-r--r-- 1 1000 1000 1020 Aug 20 2006 configlib.h
-rw-r--r-- 1 1000 1000 940 Aug 20 2006 cpige.1.gz
-rw-r--r-- 1 1000 1000 39284 Aug 20 2006 cpige.c
-rw-r--r-- 1 1000 1000 4466 Aug 20 2006 cpige.conf.example
-rw-r--r-- 1 1000 1000 1956 Aug 20 2006 cpige.h
-rw-r--r-- 1 1000 1000 1891 Aug 20 2006 debug.c
-rw-r--r-- 1 1000 1000 990 Aug 20 2006 debug.h
-rw-r--r-- 1 1000 1000 4384 Aug 20 2006 icy.c
-rw-r--r-- 1 1000 1000 490 Aug 20 2006 icy.h
-rw-r--r-- 1 1000 1000 1961 Aug 20 2006 id3.c
-rw-r--r-- 1 1000 1000 114 Aug 20 2006 id3.h
-rw-r--r-- 1 1000 1000 6789 Aug 20 2006 mynet.c
-rw-r--r-- 1 1000 1000 992 Aug 20 2006 mynet.h
-rw-r--r-- 1 1000 1000 2439 Aug 20 2006 mytime.c
-rw-r--r-- 1 1000 1000 364 Aug 20 2006 mytime.h
-rw-r--r-- 1 1000 1000 1435 Aug 20 2006 pool.c
-rw-r--r-- 1 1000 1000 370 Aug 20 2006 pool.h
-rw-r--r-- 1 1000 1000 3607 Aug 20 2006 tool.c
-rw-r--r-- 1 1000 1000 390 Aug 20 2006 tool.h
[root@150 /usr/home/sniper/cpige/cpige-1.5 22:33:57] #
README:
Code:
=========== Upgrading ===========
Prior to version 1.4, cPige uses command line options.
In 1.4, thoses command lines were removed, to leave the place
to a config file.
But cPige is back compatible. You should be able to use old command
line options, by compiling cPige with the NOCONFIG flag.
Example:
NOCONFIG=1 make clean all
Then cPige should work as prior to 1.4. (Note that new functionnalities comming
from 1.4 and more will not be backported to commandLine options, excepted
if this is a request of users.)
and then:
Code:
[root@150 /usr/home/sniper/cpige/cpige-1.5 22:47:17] # NOCONFIG=1 make clean all
"Makefile", line 4: Missing dependency operator
"Makefile", line 6: Need an operator
make: fatal errors encountered -- cannot continue
[root@150 /usr/home/sniper/cpige/cpige-1.5 22:47:21] #
what is wrong?