error: gnu/stubs32.h: 没有那个文件或目录

在64位机器上gcc -m32时出现错误: 

error: gnu/stubs-32.h: 没有那个文件或目录

 解决方法:

apt-get install libc6-dev-i386
原文地址:https://www.cnblogs.com/allegro/p/2632300.html