How to resolve configure guessing build type failure?

后端 未结 5 751
你的背包
你的背包 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 09:44

    for AUR based builds add the following command to the PKGBUILD (end of prepare section) to have proper config.guess automatically applied/overrided in the package:

    cp /usr/share/automake-`pacman -Q --info automake|grep -i version| awk -F ":" '{print $2}'| awk '{$1=$1};1'| awk -F "." '{print $1"."$2}'`/config.guess .
    

提交回复
热议问题