ogotoh / spaln

Genome mapping and spliced alignment of cDNA or amino acid sequences
GNU General Public License v2.0
94 stars 16 forks source link

Not configuring ? taking a longer time #53

Open sunnyEV opened 2 years ago

sunnyEV commented 2 years ago

Hi,

Try to configure in Ubuntu 20 LTS server, right after the ./configure it got stalled. Is the software in use ?

ogotoh commented 2 years ago

I have never met that trouble. Please uncomment lines 11-14 of ./configure, and then run ./configure to see where the script stalls.

Osamu,

sunnyEV commented 2 years ago

When I try to ./configure with out providing --prefix, it ables to configure. Right after the make, shows make error ? Suggestions please. make: *** [Makefile:117: sblib.a] Error 1

ogotoh commented 2 years ago

First, run $ ./configure –help to see what configure options are usable.

Then, try to recompile $ make clearall $ ./configure [--options] $ make

The make error you provided seems to indicate some object(s) is missing. Please identify which one is missing by comparing the list on the lines 115-117 of Makefile and existing .o files in your directory. If you find the missing object, confirm whether the corresponding source files (.cc, .h, and .src) exist. If not, download them from the GitHub site.

Osamu,

sashulkaSh commented 1 year ago

@ogotoh Hello, I have the same mistake, all files that the AR had to install are present, except sblib.a