hall-lab / speedseq

A flexible framework for rapid genome analysis and interpretation
MIT License
311 stars 116 forks source link

error: cannot guess build type; you must specify one #152

Closed klelizi closed 1 year ago

klelizi commented 1 year ago

cp src/parallel/src/parallel bin cd src/mbuffer; ./configure --prefix=/root/speed/speedseq checking build system type... ./config.guess: unable to guess system type

This script, last modified 2005-07-08, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from

http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess and http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub

If the version you run (./config.guess) is already up to date, please send the following data and any information you think might be pertinent to config-patches@gnu.org in order to provide the needed information to handle your system.

config.guess timestamp = 2005-07-08

uname -m = aarch64 uname -r = 4.19.90-2112.8.0.0131.oe1.aarch64 uname -s = Linux uname -v = #1 SMP Fri Dec 31 19:53:20 UTC 2021

/usr/bin/uname -p = aarch64 /bin/uname -X =

hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = aarch64 /usr/bin/oslevel = /usr/convex/getsysinfo =

UNAME_MACHINE = aarch64 UNAME_RELEASE = 4.19.90-2112.8.0.0131.oe1.aarch64 UNAME_SYSTEM = Linux UNAME_VERSION = #1 SMP Fri Dec 31 19:53:20 UTC 2021 configure: error: cannot guess build type; you must specify one make[1]: [Makefile:152: mbuffer] Error 1 make[1]: Leaving directory '/root/speed/speedseq' make: [Makefile:34: all] Error 2 [root@host-10-208-28-170 speedseq]# When I make speedseq,this problem happened.What should I do to solve it? Thanks very much for every help!