fatal error: stdio.h: No such file or directory


 
Thread Tools Search this Thread
Operating Systems Solaris fatal error: stdio.h: No such file or directory
# 1  
Old 10-22-2012
fatal error: stdio.h: No such file or directory

Trying to compile a C program recievin this
hello.c:1:19: fatal error: stdio.h: No such file or directory
gcc is installed on the system.

Code:
 echo $PATH
/usr/bin:/usr/sbin:/usr/gcc/4.5/include/c++/4.5.2/tr1
root@Sol11swtb01:/media/NO NAME/Programming/C/Testing# cd /usr/gcc/4.5/include/c++/4.5.2/tr1
root@Sol11swtb01:/usr/gcc/4.5/include/c++/4.5.2/tr1# ls
array                     complex.h                 ell_integral.tcc          legendre_function.tcc     riemann_zeta.tcc          unordered_map
bessel_function.tcc       cstdarg                   exp_integral.tcc          limits.h                  shared_ptr.h              unordered_map.h
beta_function.tcc         cstdbool                  fenv.h                    math.h                    special_function_util.h   unordered_set
ccomplex                  cstdint                   float.h                   memory                    stdarg.h                  unordered_set.h
cctype                    cstdio                    functional                modified_bessel_func.tcc  stdbool.h                 utility
cfenv                     cstdlib                   functional_hash.h         poly_hermite.tcc          stdint.h                  wchar.h
cfloat                    ctgmath                   gamma.tcc                 poly_laguerre.tcc         stdio.h                   wctype.h
cinttypes                 ctime                     hashtable_policy.h        random                    stdlib.h
climits                   ctype.h                   hashtable.h               random.h                  tgmath.h
cmath                     cwchar                    hypergeometric.tcc        random.tcc                tuple
complex                   cwctype                   inttypes.h                regex                     type_traits

I'm running Solaris 11 x64. This is also a fresh install which I only used pkg install slim_install, I then installed the gcc 4.5
using the GUI Package Manager.

Last edited by Corona688; 10-22-2012 at 02:58 PM..
# 2  
Old 10-22-2012
You may have installed the compiler, but that's only one of many necessary things. Others include libraries and headers.

I'll move this to the Solaris forum, where people are more liable to know the exact names of things you're missing.
# 3  
Old 10-22-2012
Fixed

Ok I was missing the GNU Developement Tools for Solaris files. Found them and installed it. Everything is working now.Smilie
This User Gave Thanks to Fingerz For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Fatal error: 'Xm/Xm.h' file not found , motif installed

Hello, i have installed open-motif -2.3.8_1 X11 Toolkit on freebsd32bit machine. wanna compile a little script. script is ok. already compiled on other machine (linux) the message is as follows cc -o button button.c -lXm -lXt -lX11 button.c:3:10: fatal error: 'Xm/Xm.h' file not found... (5 Replies)
Discussion started by: Sennenmut
5 Replies

2. What is on Your Mind?

PHP Fatal Errors During SSL Cert Management - PHP Fatal error: xc_fcntl_mutex failed

Today, I noticed some errors in our SSL cert renewal log files, mostly related to domains where the IP address had changed. Concerned about this, rebuilt out SSL cert, which normally goes well without a hiccup. However, for today, for some reason which I cannot explain, there was a PHP error... (0 Replies)
Discussion started by: Neo
0 Replies

3. Solaris

Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

I am following the "Compilling and Installing" guide from Apache > HTTP Server > Documentation > Version 2.4 page The configure running OK: # export CC="gcc -m64" # ./configure \ --prefix=/usr/local/apache2/httpd-2.4.20 \ --with-port=80 \ --with-mpm=worker \ --enable-mods-shared=most \... (0 Replies)
Discussion started by: jhuang
0 Replies

4. Programming

Fatal error: mcrypt.h: No such file or directory

Hi All, I am trying to include a mcrypt.h header but I am getting the below error: test01> gcc test1.c test1.c:5:20: fatal error: mcrypt.h: No such file or directory #include <mcrypt.h> ^ compilation terminated. As I cannot put my encryption program here, so have... (4 Replies)
Discussion started by: Shre
4 Replies

5. Solaris

./curl -V showing fatal: libldap.so.5: open failed: No such file or directory

Hi Guys, I am facing this Error bash-2.03$ ./curl -V ld.so.1: curl: fatal: libldap.so.5: open failed: No such file or directory Killed bash-2.03$ while executing ./curl -V in /opt/sfw/bin directory. I am using Sun Solaris 10. which package upgrage can give me this missing... (9 Replies)
Discussion started by: manalisharmabe
9 Replies

6. Programming

Ignoring the stdio.h file in a C file

I am facing a problem in the below given code. int main() { printf("\nHello Geeks\n\n") ; return 0 ; } In the above mentioned code i left including "#include ". And if i compile and execute this piece of code, the output is printed as expected. But "#include " being the most important... (7 Replies)
Discussion started by: Raj 89
7 Replies

7. Shell Programming and Scripting

help with email to be triggered based on fatal error detection from batch run log file neded

Hi, I require need help in two aspects actually: 1) Fatal error that gets generated as %F% from a log file say ABClog.dat to trigger a mail. At present I manually grep the log file as <grep %F% ABClog.dat| cut-d "%" -f1>. The idea is to use this same logic to grep the log file which is... (1 Reply)
Discussion started by: zico1986
1 Replies

8. Shell Programming and Scripting

fatal: cannot open file `TNAME' for reading (No such file or directory)

Hi, I am running this command through a shell script and getting the error mentioned in the subject line: testing.awk -f x.txt TNAME My testing.awk file contains something like ++++++++++++++++++ #!/usr/bin/awk -f BEGIN{ TAB_NAME="INSERT_ONE_" ARGV ; } if ( $1=="JAM_ONE" &&... (1 Reply)
Discussion started by: kunwar
1 Replies

9. Programming

FILE structure - stdio.h

Hi All, I am new to linux and Programming. Inside the file stdio.h, there is a description about FILE structure. Which has many internal data members like _p, _r, _flags etc. I have written a sample code to find out the contents of the FILE structure. It opens a sample file ( FILE *fp ),... (5 Replies)
Discussion started by: nikunjbadjatya
5 Replies

10. Solaris

Error- ld.so.1: expr: fatal: libgmp.so.3: open failed:No such file or directory

Hi Friends I have a compiler(Sun Forte,I believe) running in my Solaris 9 box. since y'day my development team is finding this error when they compile: ld.so.1: expr: fatal: libgmp.so.3: open failed: No such file or directory I ran a search for this file and found it in one of my file... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies
Login or Register to Ask a Question