Re: [arq5x/lumpy-sv] make compile error (Issue #384)
I encontered the same question!
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: <arq5x/lumpy-sv/issues/384/1250215435@github.com>
@Stikus I encountered the same problem, and then I run "autoreconf --install" in the path "lumpy-sv/lib/htslib", the missing config.sub and config.guess be generated, and I can come back and make.
And I meet another problem: the host type is unrecognized when running "make" at the time it run "./configure ...", then I edit the Makefile at Line76 and add "--host=\<myhosttype>" parameter and finally the make can work.
I also realize that it cannot be compile by gcc-11, but gcc-9 can work.
When I follow the readme download to make compile, it reports an error, missing file
configure.ac: error: required file 'config.sub' not found configure.ac: error: required file 'config.guess' not found configure.ac: try running autoreconf --install cd lib/htslib && \ ./configure --disable-bz2 --disable-lzma --enable-libcurl configure: error: cannot find required auxiliary files: config.guess config.sub make: *** [Makefile:75:htslib] 错误 1