Sponsored Content
Operating Systems Solaris fatal error: stdio.h: No such file or directory Post 302719449 by Fingerz on Monday 22nd of October 2012 01:13:25 PM
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..
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
std::linear_congruential_engine< _UIntType, __a, __c, __m >(3Library Functions Manuastd::linear_congruential_engine< _UIntType, __a, __c, __m >(3)

NAME
std::linear_congruential_engine< _UIntType, __a, __c, __m > - SYNOPSIS
Public Types typedef _UIntType result_type Public Member Functions linear_congruential_engine (result_type __s=default_seed) template<typename _Sseq , typename = typename std::enable_if<!std::is_same<_Sseq, linear_congruential_engine>::value> ::type> linear_congruential_engine (_Sseq &__q) void discard (unsigned long long __z) result_type operator() () void seed (result_type __s=default_seed) template<typename _Sseq > std::enable_if< std::is_class < _Sseq >::value >::type seed (_Sseq &__q)" Static Public Member Functions static constexpr result_type max () static constexpr result_type min () Static Public Attributes static constexpr result_type default_seed static constexpr result_type increment static constexpr result_type modulus static constexpr result_type multiplier Friends template<typename _UIntType1 , _UIntType1 __a1, _UIntType1 __c1, _UIntType1 __m1, typename _CharT , typename _Traits > std::basic_ostream< _CharT, _Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr)" bool operator== (const linear_congruential_engine &__lhs, const linear_congruential_engine &__rhs) template<typename _UIntType1 , _UIntType1 __a1, _UIntType1 __c1, _UIntType1 __m1, typename _CharT , typename _Traits > std::basic_istream< _CharT, _Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr)" Detailed Description template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m>class std::linear_congruential_engine< _UIntType, __a, __c, __m > A model of a linear congruential random number generator. o A random number generator that produces pseudorandom numbers via linear function: x_{i+1}tarrow(ax_{i} + c) d ] The template parameter _UIntType must be an unsigned integral type large enough to store values up to (__m-1). If the template parameter __m is 0, the modulus __m used is std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template parameters __a and __c must be less than __m. The size of the state is $1$. Definition at line 241 of file random.h. Member Typedef Documentation template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> typedef _UIntType std::linear_congruential_engine< _UIntType, __a, __c, __m >::result_type The type of the generated random value. Definition at line 244 of file random.h. Constructor &; Destructor Documentation template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> std::linear_congruential_engine< _UIntType, __a, __c, __m >::linear_congruential_engine (result_type__s = default_seed) [inline], [explicit] Constructs a linear_congruential_engine random number generator engine with seed __s. The default seed value is 1. Parameters: __s The initial seed value. Definition at line 268 of file random.h. References std::linear_congruential_engine< _UIntType, __a, __c, __m >::seed(). template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> template<typename _Sseq , typename = typename std::enable_if<!std::is_same<_Sseq, linear_congruential_engine>::value> ::type> std::linear_congruential_engine< _UIntType, __a, __c, __m >::linear_congruential_engine (_Sseq &__q) [inline], [explicit] Constructs a linear_congruential_engine random number generator engine seeded from the seed sequence __q. Parameters: __q the seed sequence. Definition at line 281 of file random.h. References std::linear_congruential_engine< _UIntType, __a, __c, __m >::seed(). Member Function Documentation template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> void std::linear_congruential_engine< _UIntType, __a, __c, __m >::discard (unsigned long long__z) [inline] Discard a sequence of random numbers. Definition at line 325 of file random.h. template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> static constexpr result_type std::linear_congruential_engine< _UIntType, __a, __c, __m >::max () [inline], [static] Gets the largest possible value in the output range. Definition at line 318 of file random.h. template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> static constexpr result_type std::linear_congruential_engine< _UIntType, __a, __c, __m >::min () [inline], [static] Gets the smallest possible value in the output range. The minimum depends on the __c parameter: if it is zero, the minimum generated must be > 0, otherwise 0 is allowed. Definition at line 311 of file random.h. template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> result_type std::linear_congruential_engine< _UIntType, __a, __c, __m >::operator() () [inline] Gets the next random number in the sequence. Definition at line 335 of file random.h. template<typename _UIntType , _UIntType __a, _UIntType __c, _UIntType __m> void std::linear_congruential_engine< _UIntType, __a, __c, __m >::seed (result_type__s = default_seed) Reseeds the linear_congruential_engine random number generator engine sequence to the seed __s. Parameters: __s The new seed. Seeds the LCR with integral value __s, adjusted so that the ring identity is never a member of the convergence set. Definition at line 120 of file bits/random.tcc. Referenced by std::linear_congruential_engine< _UIntType, __a, __c, __m >::linear_congruential_engine(). template<typename _UIntType , _UIntType __a, _UIntType __c, _UIntType __m> template<typename _Sseq > std::enable_if< std::is_class< _Sseq >::value >::type std::linear_congruential_engine< _UIntType, __a, __c, __m >::seed (_Sseq &__q) Reseeds the linear_congruential_engine random number generator engine sequence using values from the seed sequence __q. Parameters: __q the seed sequence. Seeds the LCR engine with a value generated by __q. Definition at line 136 of file bits/random.tcc. References std::__arr, and std::__lg(). Friends And Related Function Documentation template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> template<typename _UIntType1 , _UIntType1 __a1, _UIntType1 __c1, _UIntType1 __m1, typename _CharT , typename _Traits > std::basic_ostream<_CharT, _Traits>& operator<< (std::basic_ostream< _CharT, _Traits > &__os, const std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) [friend] Writes the textual representation of the state x(i) of x to __os. Parameters: __os The output stream. __lcr A % linear_congruential_engine random number generator. Returns: __os. template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> bool operator== (const linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) [friend] Compares two linear congruential random number generator objects of the same type for equality. Parameters: __lhs A linear congruential random number generator object. __rhs Another linear congruential random number generator object. Returns: true if the infinite sequences of generated values would be equal, false otherwise. Definition at line 353 of file random.h. template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> template<typename _UIntType1 , _UIntType1 __a1, _UIntType1 __c1, _UIntType1 __m1, typename _CharT , typename _Traits > std::basic_istream<_CharT, _Traits>& operator>> (std::basic_istream< _CharT, _Traits > &__is, std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) [friend] Sets the state of the engine by reading its textual representation from __is. The textual representation must have been previously written using an output stream whose imbued locale and whose type's template specialization arguments _CharT and _Traits were the same as those of __is. Parameters: __is The input stream. __lcr A % linear_congruential_engine random number generator. Returns: __is. Member Data Documentation template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> constexpr _UIntType std::linear_congruential_engine< _UIntType, __a, __c, __m >::increment [static] An increment. Definition at line 255 of file random.h. template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> constexpr _UIntType std::linear_congruential_engine< _UIntType, __a, __c, __m >::modulus [static] The modulus. Definition at line 257 of file random.h. template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> constexpr _UIntType std::linear_congruential_engine< _UIntType, __a, __c, __m >::multiplier [static] The multiplier. Definition at line 253 of file random.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::linear_congruential_engine< _UIntType, __a, __c, __m >(3)
All times are GMT -4. The time now is 09:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy