- 论坛徽章:
- 0
|
zmyin@opensolaris:~/Desktop/blat/源玛/blatSrc$ make >make.log
make[1]: *** No rule to make target `../lib//jkweb.a', needed by `blat'. Stop.
make: *** [all] Error 2
zmyin@opensolaris:~/Desktop/blat/源玛/blatSrc$
zmyin@opensolaris:~/Desktop/blat/源玛/blatSrc$ make
cd lib && make
make[1]: Entering directory `/export/home/zmyin/Desktop/blat/源玛/blatSrc/lib'
make[1]: `/jkweb.a' is up to date.
make[1]: Leaving directory `/export/home/zmyin/Desktop/blat/源玛/blatSrc/lib'
cd jkOwnLib && make
make[1]: Entering directory `/export/home/zmyin/Desktop/blat/源玛/blatSrc/jkOwnLib'
make[1]: `../lib//jkOwnLib.a' is up to date.
make[1]: Leaving directory `/export/home/zmyin/Desktop/blat/源玛/blatSrc/jkOwnLib'
cd blat && make
make[1]: Entering directory `/export/home/zmyin/Desktop/blat/源玛/blatSrc/blat'
make[1]: *** No rule to make target `../lib//jkweb.a', needed by `blat'. Stop.
make[1]: Leaving directory `/export/home/zmyin/Desktop/blat/源玛/blatSrc/blat'
make: *** [all] Error 2
这是我两次不同尝试出现的提示,请高手指点!
附软件安装方法:
INSTALL INSTRUCTIONS
1. Unzip this to create a blatSrc directory.
2. Check that the environment variable MACHTYPE
exists on your system. It should on Unix.
(And making this on non-Unix systems is beyond
the scope of this README). For a Linux
system MACHTYPE will probably be 'i386', for
and Alpha it will be 'alpha', for a Sun
probably 'sparc'. If necessary set up
this environment variable. Do this under the
bash shell as so:
MACHTYPE=something
export MACHTYPE
or under tcsh as so:
setenv MACHTYPE something
3. Make the directory ~/bin/$MACHTYPE which is
where the (non-web) executables will go.
Add this directory to your path.
4. Go to the lib directory. If it doesn't
already exist do a mkdir $MACHTYPE.
5. If you're on an alpha system do a:
setenv SOCKETLIB -lxnet
on Solaris do
setenv SOCKETLIB "-lsocket -lnsl"
on SunOS do
setenv SOCKETLIB "-lsocket -lnsl -lresolv"
on Linux you can skip this step.
6. At the blatSrc directory type 'make'
这上边要求的我都做了,可是编译不出来,望高手指点哈! |
|