with ever newer version of autoconf (2.58) and automake (1.7.9) one needs to add CCAS, and CCASFLAGS to the configure.in. it still cannot make stage2/*stage1_5. everything else makes.
following errors are seen.
$ aclocal&&autoconf&&automake&&configure&&make ......
gcc -g -o e2fs_stage1_5.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000 start.o asm.o e2fs_stage1_5_exec-common.o e2fs_stage1_5_exec-char_io.o e2fs_stage1_5_exec-disk_io.o e2fs_stage1_5_exec-stage1_5.o e2fs_stage1_5_exec-fsys_ext2fs.o e2fs_stage1_5_exec-bios.o
asm.o: In function `main':
asm.o(.text+0x0): multiple definition of `start'
start.o(.text+0x0): first defined here
asm.o: In function `main':
asm.o(.text+0x0): multiple definition of `_start'
start.o(.text+0x0): first defined here
asm.o: In function `console_putchar':
asm.o(.text+0xa62): undefined reference to `console_current_color'
e2fs_stage1_5_exec-stage1_5.o: In function `cmain':
/usr/src/foo/grub-0.93/stage2/stage1_5.c:59: undefined reference to `chain_stage2'
collect2: ld returned 1 exit status
regards, vijay
_______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
