/usr/include/stdc-predef.h:30:26: fatal error: bits/predefs.h: No such file or directory
Posted
by
G_T
on Ask Ubuntu
See other posts from Ask Ubuntu
or by G_T
Published on 2013-10-30T09:55:10Z
Indexed on
2013/10/30
10:20 UTC
Read the original article
Hit count: 2754
Im trying to locally install a program which is written in C++. I have downloaded the program and am attempting to use the "make" command to compile the program as the programs instructions dictate. However when I do I get this error:
/usr/include/stdc-predef.h:30:26: fatal error: bits/predefs.h: No such file or directory
compilation terminated.
Looking around on the internet some people seem to address this problem by
sudo apt-get install libc6-dev-i386
I checked to see if this package was installed and it was not. When I try to install it I get
E: Unable to locate package libc6-dev-i386
I have already run
sudo apt get update
Im sure this is a rookie question but any help is appreciated, I'm running 13.10 32-bit.
© Ask Ubuntu or respective owner