Try going to kent/src/hg/lib and doing a make there as well. Hopefully it won't get all weird about you not having installed MySQL. If it does, please contact gen...@soe.ucsc.edu for further assistance.On Thu, Mar 28, 2013 at 3:45 PM, Abhinav B Nagulapally <ab...@uw.edu> wrote:Hi kent,I am Abhinav Bioinformatics analyst from university of Washington.i was looking for Restriction enzyme HINDIII bed file for analysis and i came to know that i can get using the oligomatch scriptthen i downloaded the UCSC source code and followed the steps like this:$ mkdir -p ~/bin/$MACHTYPE $ cd kent/ $ cd src/ $ cd lib/ $ makeran well
then i went to oligomatch directory and ran the make
$ makegcc -O -g -Wall -Wformat -Wimplicit -Wreturn-type -Wuninitialized -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_i386 -DCOLOR32 -Wall -Wformat -Wimplicit -Wreturn-type -Wuninitialized -I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -o oligoMatch.o -c oligoMatch.cmake: *** No rule to make target `../../../lib/i386/jkhgap.a', needed by `compile'. Stop.oligoMatch $ lsmakefile oligoMatch.c oligoMatch.o$ chmod +x oligoMatch.o$ ./oligoMatch.o-bash: ./oligoMatch.o: cannot execute binary fileI cant execute the file,how can i solve this?
Thank you
Abhinav
unzip jksrc.zip$ mkdir -p ~/bin/${MACHTYPE}
$ cd kent/
$ cd src/
$ cd lib/
$ make--
Hello, Abhinav.
You need to run a “make” in the directory src/hg/lib to make jkhgap.a into src/lib/x86_64/ where there should be three libraries: jkOwnLib.a, jkhgap.a and jkweb.a.
Please contact us again at gen...@soe.ucsc.edu if you have any further questions.
---
Steve Heitner
UCSC Genome Bioinformatics Group
--