In the first two days when the machine software was installed,
The following error has occurred,
[HTML] view plain copy
Invalid configuration X86_64-unknown-linux-gnu ' machine X86_64-unknown ' not recognized
On the internet for half a day, the solution has three:
1. Cover the/usr/share/libtool/config.guess with the config.guess of the relevant software
Cover the/usr/share/libtool/config.sub with the config.sub of the relevant software
./configure--enable-shared--enable-static
But since there is no/usr/share/libtool/config.sub file in my machine, try the second one.
2. Download a script, location is http://www.pc-freak.NET/bshscr/fix_x86_64-unknown-Linux-gnu.sh
Then execute this script.
Because my machine can't do that, so I can have a third.
3. Then the following command
[HTML] view plain copy
./configure --build = x86_64
And then it's ready.
This article is from "Mars Man-god Self-uncommon" blog, please be sure to keep this source http://marsman.blog.51cto.com/6410055/1915636
Invalid configuration X86_64-unknown-linux-gnu ' machine X86_64-unknown ' not recognized