LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   test.c:1:19: Stdio.h: No such file or directory :( (https://www.linuxquestions.org/questions/linux-software-2/test-c-1-19-stdio-h-no-such-file-or-directory-192436/)

wogga 06-11-2004 02:55 PM

test.c:1:19: Stdio.h: No such file or directory :(
 
I tried to compile my c code using gcc and i got the error
test.c:1:19: Stdio.h: No such file or directory

some one suggested that i download glib-devel, i downloaded it and used rpm -i to install the package

it came up with a wjole bunch of errors reading
file /usr/share/man/man3/sigwait.3thr.gz from install of glibc-devel-2.3
.2-27.9.7 conflicts with file from package glibc-devel-2.3.2-11.9

the other errors were similar, i think this suggests that i had the libraries

now i tried to compile my code again, and i got the following error

[tigger@localhost tigger]$ gcc test.c
test.c:1:19: Stdio.h: No such file or directory

please help

wogga 06-11-2004 02:57 PM

ah, just figured it out

stdio.h not Stdio.h, did not know the header file names are also case sensitive


All times are GMT -5. The time now is 06:48 AM.