Search code examples
linuxunixinstallationblat

Trouble installing a software BLAT


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?


Solution

  • My machtype was empty as discussed here https://lists.soe.ucsc.edu/pipermail/genome/2009-November/020471.html