It can happen a lot when you receive a compiler error alerting for instance: gnu/stubs-32.h: No such file
The best you can do is just:
yum whatprovides *stubs-32.h
yum install $RESULT
It can happen a lot when you receive a compiler error alerting for instance: gnu/stubs-32.h: No such file
The best you can do is just:
yum whatprovides *stubs-32.h
yum install $RESULT