I am getting this error when I run the make command on an executable.
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?
Cross-Post : http://stackoverflow.com/questions/15819399/trouble-installing-a-software-blat
Just at the same time... Looks like you are missing the jkweb library.
Do you know where that may be?
What have your tried? I use Blat quite frequently but I can't tell what is going on here and have never had a problem installing it. Did you entirely download the newest version?