On Sun, Mar 21, 2010 at 9:42 AM, Николай Широковский
<nshyrokovs...@gmail.com> 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
> Help-grub@gnu.org
> 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.


_______________________________________________
Help-grub mailing list
Help-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to