Hi Bob,
Thank you for your pointers!
Bob wrote:> Bruce Korb wrote:
The last dinkleberry has to do with libintl.
On OS/X:
You have LD_LIBRARY_PATH set including /usr/local/lib?
It was forced (and done by hand) because without it:
> $ unset LD_LIBRARY_PATH
> $ ldd ../src/shar
> libin
Bruce Korb wrote:
> The last dinkleberry has to do with libintl.
> On OS/X:
> > $ ldd ../src/shar
> > libintl.so.8 => /usr/local/lib/libintl.so.8 (0x02036000)
> > libc.so.6.1 => /lib/libc.so.6.1 (0x02054000)
> > libiconv.so.2 => /usr/local/lib/libiconv.so.2 (
The last dinkleberry has to do with libintl.
On OS/X:
> $ ldd ../src/shar
> libintl.so.8 => /usr/local/lib/libintl.so.8 (0x02036000)
> libc.so.6.1 => /lib/libc.so.6.1 (0x02054000)
> libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x021f4000)
>