Page 1 of 1

GCC can't compile my .C file

Posted: 07 May 2019, 17:19
by glestwid
Hi,

I installed XZM GCC-5.3.0-i586-bundle on my Porteus but when I tried to compile a simple .C file I got the following error:
stdio.h: No such file or directory
The line that GCC complains at is a simple #include <stdio.h>

What should I do to have an opportunity to build C files into apps in Porteus?

GCC can't compile my .C file

Posted: 07 May 2019, 17:42
by Ed_P
Do you have the 05-devel.xzm file activated?

GCC can't compile my .C file

Posted: 07 May 2019, 18:18
by glestwid
Nope, and the USM tool does not find '05-devel'.

GCC can't compile my .C file

Posted: 07 May 2019, 19:17
by Ed_P

GCC can't compile my .C file

Posted: 07 May 2019, 20:01
by glestwid
Thanks! The frugalware site helped me, and GCC no longer complains for missed header files.