How to resolve configure guessing build type failure?

后端 未结 5 742
你的背包
你的背包 2020-12-13 09:17

When I configure (under cygwin environment), an error occurred, Message are following:

$ ./configure
.................
checking build system type... /bin/sh:         


        
5条回答
  •  眼角桃花
    2020-12-13 10:00

    The error message may also include instructions on how to deal with this. In my case I saw

    This script, last modified 2008-01-23, 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://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
    and
      http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
    

    In a browser I was able to access those files, save them to to my system, and then overwrite the respective ./config/config.guess and ./config/config.sub files in the package being built.

提交回复
热议问题