Results 1 to 4 of 4
i'm working on solaris 10 and I need the package which contains the main c header files
such as string.h, stdlib.h, math.h etc.
Is it available on the Solaris CD?
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-09-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 14
c++ header files
i'm working on solaris 10 and I need the package which contains the main c header files
such as string.h, stdlib.h, math.h etc.
Is it available on the Solaris CD?
thanks
- 04-10-2010 #2
- 04-10-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,233
Assuming you installed the compiler suite, then you have them. Look in /usr/include. Are you running OpenSolaris, or regular Solaris x86?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-12-2010 #4Just Joined!
- Join Date
- Feb 2010
- Posts
- 14
i checked in /usr/include and i can see the files stdlib.h, string.h etc but when i run the configure script which checks for these headers it complains that headers cannot be found.
btw i'm trying to install xml starlet and i'm running the configure script given.
i m running the regular solaris 10 x86 update 8


Reply With Quote

