Hi, I'm trying to compile grub2 from a cvs tarball but while it's compiling the code it stops at the multiboot subdirectory producing an error refered to not finding stubs-32.h, but I'm not compiling grub2 for i386, not even x86-64 in biarch mode, but x86-64 in pure mode, without *ANY* kind of 32bit library
The steps I used to try to compile grub2 are the following: cat > config.cache < "EOF" grub_cv_check_edata_symbol=yes grub_cv_check_end_symbol=yes grub_cv_check_uscore_edata_symbol=yes grub_cv_check_uscore_end_symbol=yes grub_cv_check_uscore_start_symbol=yes grub_cv_check_uscore_uscore_bss_start_symbol=yes grub_cv_i386_check_nested_functions=no EOF ./configure --prefix=/usr --cache-file=config.cache make make install How can I cleanly compile grub2 without this error? grub-1.95 compiles just fine, but not the cvs version, so something must have changed since that... and 1.95 doesn't serve well my purpose as, if I recall correctly, you mentioned something in the previous month threads about 1.95 not supporting the journal on an ext3 partition? or does it work? Julio _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel