On 12/30/2015 12:15 AM, Danylo Esterman wrote: > I am using cross-compiling-environment under Windows 7x64 for > linux-arm. Sending to you debug data as required: > > config.guess timestamp = 2015-12-14 > > uname -m = unknown > uname -r = unknown > uname -s = unknown > uname -v = unknown > > /usr/bin/uname -p = > /bin/uname -X = > > hostinfo = > /bin/universe = > /usr/bin/arch -k = > /bin/arch = > /usr/bin/oslevel = > /usr/convex/getsysinfo = > > UNAME_MACHINE = unknown > UNAME_RELEASE = unknown > UNAME_SYSTEM = unknown > UNAME_VERSION = unknown > configure: error: cannot guess build type; you must specify one
If uname doesn't supply the data then config.guess cannot guess it. You'll need to give the --build environment as well as the --host. What utility are you using for the POSIX environment? Cygwin, MSYS, MSYS2, something else? -- Earnie _______________________________________________ config-patches mailing list [email protected] https://lists.gnu.org/mailman/listinfo/config-patches
