On Tue, 2008-09-23 at 08:06 +0800, y.volta wrote: > On my build system ( Slackware 10, gcc: 3.3.4, autoconf: 2.61 ), ./configure > will show > > > "checking build system type... configure: error: cannot guess build type; you > must specify one"
Revision 1850 updated config.guess and config.sub with the latest versions. Please check whether "sh config.guess" works, what it outputs and what config.sub does it. That is, if "sh config.guess" outputs i686-unknown-linux, please try "sh config.sub i686-unknown-linux" > when i specify the target with " ../grub2/configure --target=i686-pc-elf" it > shows the last message again. The error message is about the build type, i.e. the machine you are building for. "target" describes the machine that GRUB will boot. > So, what's wrong with me when using the lastest svn version? There is nothing wrong with you. Testing the latest version is useful for the project. -- Regards, Pavel Roskin _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel