1827221 Members
2300 Online
109716 Solutions
New Discussion

Re: Error using GCC

 
Pattabhi
Frequent Advisor

Error using GCC

Hi all,

I am having trouble using gcc on my parisc box.

when is do a ldd
# ldd `which gcc`
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/local/lib/libiconv.sl => /usr/local/lib/libiconv.sl
/usr/local/lib/libintl.sl => /usr/local/lib/libintl.sl
/usr/lib/libc.2 => /usr/lib/libc.2
/opt/gnome/lib/libiconv.sl.2 => /opt/gnome/lib/libiconv.sl.2

but when i try to use gcc
i get the error message

# gcc
/usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code) from gcc
Abort(coredump)

Any help on this is appreciated.

Thanks,
pattabhi Raman
4 REPLIES 4
Wouter Jagers
Honored Contributor

Re: Error using GCC

Hi,

This thread may be of interest to you:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=732097

Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Senthil Prabu.S_1
Trusted Contributor

Re: Error using GCC

Hi,
Similar problem was discussed @
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=732097

You can find the solution in the same thread at the bottom...:-)

HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Pattabhi
Frequent Advisor

Re: Error using GCC

Thanks guys, though i did go through this thread, i was wondering if the issue could be resolved without re-installng gettext(since it was installed during the OS install itself.) But it did not help, i had to re-install gettext and it works fine now.

Thanks,
Pattabhi Raman
Pattabhi
Frequent Advisor

Re: Error using GCC

Thanks it works

reinstalling gettext did the trick