Torbjörn Granlund <[email protected]> writes: > Marco Bodrato <[email protected]> writes: > > ==> /tmp/config.guess.log <== > ./config.guess: syntax error at line 284: `(' unexpected > > Perhaps the $(command ...) syntax is not known by the old SCO shell? > Really old /bin/sh only had `command ...`.
I take it this is gmp's config.guess (not the plain autoconf/gnulib version, which is configfsf.guess in gmp)? Autoconf is usually very careful about problems with old and obscure variants of /bin/sh, but perhaps gmp's shell scripts are not. I think the autoconf configure script has a CONFIG_SHELL environment, maybe it would work better to install, e.g., bash, and set CONFIG_SHELL=/usr/bin/bash (that's a feature I've never had to use)? Regards, /Niels -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
