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.
GCC error in solaris9
Name: jagarwal Date: September 30, 2004 at 13:49:47 Pacific OS: PPC linux, x86, sparc, in CPU/Ram: sun blade 100
Comment:
GCC install error in solaris. --- ./configure loading cache ./config.cache checking host system type... sparc-sun-solaris2.9 checking target system type... sparc-sun-solaris2.9 checking build system type... sparc-sun-solaris2.9 checking for a BSD compatible install... ./install-sh -c ld.so.1: gcc: fatal: libiconv.so.2: open failed: No such file or directory Killed *** The command 'gcc -o conftest -O2 conftest.c' failed. *** You must set the environment variable CC to a working compiler. # ld.so.1: gcc: fatal: libiconv.so.2: open failed: No such file or directory ld.so.1:: not found
My PATH is set righT --- echo $PATH /usr/sbin:/usr/bin:/usr/ccs/bin/:/usr/local/bin:
Name: hwood Date: October 21, 2004 at 22:21:54 Pacific
Reply:
From my limited knowledge of Solaris and GCC it looks like the library files ld.so.1 and libiconv.so.2 are either not installed or not in the location the GCC configure routine expects them to be.
Summary: Hi, im wrote from Venezuela, sorry for the English. I have installed GNU GCC 3.3 package from SunFreeWare.com, im tried to compile and execute some code, but i have this problem. I compile without no ...
Summary: Hello All, > > Hello All, I am executing one script in Solaris 8 and after execution I am getting following error. > > Usage: grep -hblcnsviw pattern file . . . ...
Summary: Hi, When i try to do snmpwalk.the following error is occuring.I had installed openssl and i gave path in my profile file also.But libcrypto.so.0.9.6 file is available in /usr/local/ssl/lib directory.W...