help-grub
[Top][All Lists]
Advanced

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

Re: grub-mkimage error on mac mini


From: Michael Evans
Subject: Re: grub-mkimage error on mac mini
Date: Sun, 21 Mar 2010 12:37:32 -0700

On Sun, Mar 21, 2010 at 9:42 AM, Николай Широковский
<address@hidden> wrote:
> Hello.
> I've builded grub-1.97.2 on mac mini.
> Just ./configure and make. The last has errors on install stage - install-sh
> had 644 permissions, so i change to 755 and make seems to complete his job
> after it.
> Then i ran grub-mkimage as described in mac wiki page and get an error:
> unresolved symbol memcmp.
> How can i fix it?
> _______________________________________________
> Help-grub mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-grub
>
>

memcmp should be part of the standard c library; included via string.h

As part of the standard library, this should only go wrong if you lack
the -dev packages for it or are not compiling against the same target
platform as your libraries.




reply via email to

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