Wednesday, April 30, 2014

GCC: Linux gnu/XXX.h: No such file or directory

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