~% ./configure
[...]
checking whether objcopy works for absolute addresses... /usr/bin/ld: warning: cannot 
find entry symbol _start; defaulting to 00002000
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00008000
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00007c00
[...]

~% make
[...]
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wunused -Os 
-fno-builtin -nostdinc -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c 
-o pre_stage2_exec-builtins.o builtins.c
builtins.c: In function `quit_func':
builtins.c:1782: `ERR_UNRECOGINIZED' undeclared (first use in this function)
[...]
--- grub.cvs/stage2/builtins.c  Sun Oct 24 01:58:27 1999
+++ grub/stage2/builtins.c      Sun Oct 24 19:54:31 1999
@@ -1779,7 +1779,7 @@
   /* Never reach here.  */
   return 0;
 #else /* ! GRUB_UTIL */
-  errnum = ERR_UNRECOGINIZED;
+  errnum = ERR_UNRECOGNIZED;
   return 1;
 #endif /* ! GRUB_UTIL */
 }

Reply via email to