简体   繁体   English

无法安装BLAT软件

[英]Trouble installing a software BLAT

I am getting this error when I run the make command on an executable. 在可执行文件上运行make命令时,出现此错误。

gcc -O -g  -Wall -Wno-unused-variable  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_ -DUSE_SSL -DCOLOR32   -Wall -Wno-unused-variable  -I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc   -o fixCr.o -c fixCr.c
gcc -O -g  -Wall -Wno-unused-variable  -o /Users/andregatorano/bin//fixCr fixCr.o  ../../lib//jkweb.a  -pthread -lssl -lcrypto -lpng
i686-apple-darwin11-llvm-gcc-4.2: ../../lib//jkweb.a: No such file or directory
make: *** [fixCr] Error 1

Is there an obvious mistake? 是否有明显的错误?

The error is explicit, you lack the jkweb.a file : 错误很明显,您缺少jkweb.a文件:

jkweb.a: No such file or directory

You have to search which package provide this file or download it somewhere. 您必须搜索哪个软件包提供了此文件或将其下载到某个地方。

我的机器类型是空的,如此处所述https://lists.soe.ucsc.edu/pipermail/genome/2009-November/020471.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM