1847694 Members
6004 Online
110265 Solutions
New Discussion

GCC Issue

 
SOLVED
Go to solution
Rahul Pednekar
Frequent Advisor

GCC Issue

Dear All

I have installed gCC on my system, while installation there was no error occured. but after installation i get the following error,
-----------------------------------------------
# which gcc
/usr/local/bin/gcc
#
# what /usr/local/bin/gcc
/usr/local/bin/gcc:
$Revision: 92453-07 linker linker crt0.o B.11.37 030623 $
#
# gcc
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
-----------------------------------------------

Please tell me how do i resolve this..

Thanks in advance

Rahul..
4 REPLIES 4
Ivan Krastev
Honored Contributor
Solution

Re: GCC Issue

If you installed gcc from here - http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-4.1.1/


see for dependencies - gettext libiconv



regards,
ivan
Peter Godron
Honored Contributor

Re: GCC Issue

Rahul,
if you read my answer to your original thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1071736

"Please note the dependencies."

gcc required all the other dependencies to be installed, before it can be used.

NB: You did not allocate any points to the answers in your original thread. Where the answers not helpful at all?
Rahul Pednekar
Frequent Advisor

Re: GCC Issue

Thanks to All

installed the dependencies and working ok.

Peter: I had assigned points to all but dont kno how it was not assigned to you. sorry for that, but i'm assigning point to you now.

Thanks a lot

Rahul.
Rahul Pednekar
Frequent Advisor

Re: GCC Issue

Thanks to all you guys!