Re: (sharutils) make distclean removes doc/uudecode.1

2013-04-07 Thread Bruce Korb
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

Re: (sharutils) make distclean removes doc/uudecode.1

2013-04-06 Thread Bob Proulx
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 (

Re: (sharutils) make distclean removes doc/uudecode.1

2013-04-06 Thread Bruce Korb
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) >