User forums > Help

problem under ubuntu with stdio.h

(1/1)

gimpy:
Im a newby in that domain and im trying to run that simple program:

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("Hello world!\n");
    return 0;
}


the prob is that it shows me a error that is not able to find stdio.h and stlib.h could you help me to find it im not able to locate it anywhere ?

stahta01:
Please try tuning on Compiler Full logging.

http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S

Jenna:
You are missing the package "libc6-dev" and most likely more packages with development-files/headers.

gimpy:
thanks i download the lib and that fix my problem

Navigation

[0] Message Index

Go to full version