On Thu, Jun 16, 2011 at 01:08:36PM -0700, Mike Wright wrote:
> I'm trying to compile xen-4.1.1 on f14 and it is failing saying 
> "/usr/include/gnu/stubs-32.h" no such file.
> 
> yum whatprovides stubs-32.h: glibc-devel (installed but doesn't have 
> that file).
> 
> Is this a packaging error in glibc-devel?
> 

No, user error.  You should look more carefully on what provides it,
glibc-devel.i686, rather than glibc-devel.x86_64 you have probably
installed.

So, just
yum install glibc-devel.i686 # and libgcc.i686 probably too

if you want to compile/link 32-bit stuff on x86-64.

        Jakub
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to