Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
no C compiler on Solaris 10, GCC?
Name: demsar_blaz Date: February 11, 2006 at 02:30:54 Pacific OS: solaris10 CPU/Ram: AMD/Athlon, 512 Product: AMD64
Comment:
Hi!
Am complete beginner administrating Solaris, but using it regulary though so I need some beginners support... It seems no C compiller comes with solaris 10 so how to install it. I read something about GCC binaries... but got comfused I would need a dummy how/to procedure. There is also no make there..
Summary: I try to compile a c program on solaris 2.6 with gcc 3.3.2. My program use a compiled library which make reference to 'ctype_' functions. The linker can not find these functions on my sun sparc... can...
Summary: your main problem here is that there is no c compiler. In order to compile gcc you need a c compiler. Catch 22. Go to sunfreeware.com and download a pre-compiled gcc. Then use pkgadd to install it....