Andreas Enge <[email protected]> skribis: > Icecat seems to be one of the applications we would like to have, so > I just gave it a try with empty inputs. The result is the following:
I think it’s a pain^W^W^W Thanks for taking of that! :-) > configure: warning: > CONFIG_SHELL=/nix/store/2awqnfxjrcm2b8s481zwsnfdic3inkdi-bash-4.2/bin/bash: > invalid host type > configure: warning: > SHELL=/nix/store/2awqnfxjrcm2b8s481zwsnfdic3inkdi-bash-4.2/bin/bash: invalid > host type > configure: error: can only configure for one host and one target at a time > phase `configure' failed after 1 seconds > > > Do you have an idea what the problem is? Yes. The ‘configure’ procedure in gnu-build-system.scm runs: ./configure CONFIG_SHELL=... SHELL=... That works well with current Autoconf-generated configure scripts, but fails with others. The workaround is to replace the ‘configure’ phase so that it invokes ./configure without the offending arguments (see time.scm for an example.) Ludo’.
