I would like to compile some old code that is for a 32bit x86 but my linux env is a 64 bit one. I am using the gcc compile option -m32 but I always get the following error when I compile....
*** No rule to make target `/usr/lib/gcc/i486-linux-gnu/4.1.3/include/stddef.h'
what package do I need to install to get this set of header files?
Thanks
*** No rule to make target `/usr/lib/gcc/i486-linux-gnu/4.1.3/include/stddef.h'
what package do I need to install to get this set of header files?
Thanks
Comment