1833785 Members
2635 Online
110063 Solutions
New Discussion

diffutils problem

 
SOLVED
Go to solution
Quark
Valued Contributor

diffutils problem

Hi,

I have installed GNU diffutils which I downloaded from "http://hpux.connect.org.uk/".
I installed the depot but the binaries don't seem to work since there are some libs missing.
The libraries that are missing are:
libiconv.sl (in /usr/local/lib)
libintl.sl (in /usr/local/lib)

I found these in /opt/gnome/lib but making a symlinc to these libs from /usr/local/lib results in a 'unresolved symbol' (e.g. /usr/local/bin/diff).

I need these diffutils since I am also using RCS5.7 (I have to use this, it is the company policy).

Any idea's where I can get these libraries or how to fix the problem?

With kind regards,

Kris
1 REPLY 1
Robert-Jan Goossens
Honored Contributor
Solution

Re: diffutils problem

Hi Kris,

I'm not an expert in gcc tools but I think you need some Run-time dependencies:

http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.14.1/

http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.9.2/

Hope this helps,
Robert-Jan