CRG-Barcelona / libbeato

Library combining some HTS stuff, core wiggle stuff, Jim Kent's libary.
GNU General Public License v3.0
3 stars 7 forks source link

beato/bigs.h usability --no warning in cygwin/bwtool configure #2

Open ysamal opened 8 years ago

ysamal commented 8 years ago

configure;make;make install passed for libbeato in cygwin. But when run ./configure for bwtool, there is warning about "beato/bigs.h usability .... no". Thus it fails: Unable to find libjkweb (libbeato) ..., after checking for slSort.

andypohl commented 8 years ago

Do you know where libjkweb.a is installed? If it's in /usr/lib, use "--prefix /usr" or if it's in /usr/local/lib, use "--prefix /usr/local" with "./configure". I don't have a cygwin I can try at the moment but I'll look into finding one.

ysamal commented 8 years ago

it's in /usr/local/lib, I use "--prefix /usr/local" with "./configure", it cannot go through either. The warning is: WARNING: beato/bigs.h: present but cannot be compiled. WARNING: beato/bigs.h: check for missing prerequisite headers? WARNING: beato/bigs.h: see the Autoconf documentation WARNING: beato/bigs.h: section "Present But Cannot Be Compiled" WARNING: beato/bigs.h: proceeding with the compiler's result ... checking for library containing slSort... no

configure: error:

unable to find libjkweb (libbeato) required for compiling bwtool. Install this and run ./configure with the appropriate LDFLAGS/CFLAGS/etc.

liukk18 commented 4 years ago

hi ,have you solved your problem? I had the same problem.thanks