bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems with autoconf 2.58


From: vijayt
Subject: problems with autoconf 2.58
Date: Wed, 10 Dec 2003 09:05:06 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010917

dear maintainer,

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]