[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem compiling Grub 1.99rc1 on OpenSuSE 11.3 (32-bit)
From: |
KESHAV P.R. |
Subject: |
Re: Problem compiling Grub 1.99rc1 on OpenSuSE 11.3 (32-bit) |
Date: |
Mon, 24 Jan 2011 22:31:34 +0530 |
On Mon, Jan 24, 2011 at 21:57, KESHAV P.R. <address@hidden> wrote:
> On Mon, Jan 24, 2011 at 19:35, Ryan Blake <address@hidden> wrote:
>> Hello ListServ.
>>
>> I am having a difficult time trying to get Grub to compile. I believe this
>> is merely a problem with relative paths but I'm not exactly sure how to
>> resolve it.
>>
>> I have included a snippet of the make output (after running autogen and
>> configure):
>>
>> chmod a+x grub-set-default
>> ./config.status --file=-:util/grub-reboot.in | sed -e
>> 's,@pkglib_DATA@,grub-mkconfig_lib update-grub_lib,g' > grub-reboot
>> chmod a+x grub-reboot
>> make[2]: Leaving directory `/root/src/grub-1.99rev3'
>> Making all in grub-core
>> make[2]: Entering directory `/root/src/grub-1.99rev3/grub-core'
>> gcc -o gentrigtables -I../include gentrigtables.c -lm
>> /gentrigtables > trigtables.c
>> /bin/sh: /gentrigtables: No such file or directory
The exact error is '/gentrigtables > trigtables.c' . It should be
'./gentrigtables > trigtables.c' . Don't know how to solve it though.
>> make[2]: *** [trigtables.c] Error 127
>> make[2]: Leaving directory `/root/src/grub-1.99rev3/grub-core'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/root/src/grub-1.99rev3'
>> make: *** [all] Error 2
>>
Regards.
Keshav