Menu

#9 ./configure failed (can't detect build system type)

v1.0_(example)
open
nobody
None
5
2022-01-09
2016-01-03
No

./configure
checking dependency style of gcc... (cached) none
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... /bin/sh: ./config.guess: No such file or directory
configure: error: cannot guess build type; you must specify one

libtool- version: 2.4.6
distribution: ArchLinux

Discussion

  • Cay Horstmann

    Cay Horstmann - 2018-04-24

    To fix this, copy config.guess from somewhere else into the directory where you build weex. See https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html. For example, on my Ubuntu 18.04 system, it's in /usr/share/automake-1.15/config.guess.

     
  • tcrxt

    tcrxt - 2022-01-09

    This is also documented at
    https://stackoverflow.com/a/6786522/2657549
    It would be useful to add this information to the install instruction, in my opinion.

     

Log in to post a comment.