Re: Make Failure with tin on sparc Solaris 9
Thomas Dickey <[email protected]>
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 13 Jul 2004, Urs [iso-8859-1] Janßen wrote: > On Tue, Jul 13, 2004 at 10:42:55AM -0400, Thomas Dickey wrote: > > > ld.so.1: ./makecfg: fatal: libiconv.so.2: open failed: No such file or directory > > > *** Signal 9 > > > make: Fatal error: Command failed for target `tincfg.h' > > > Current working directory /home/skidmore/downloads/tin-1.7.5/src > > > *** Error code 1 (ignored) > > > bash-2.05$ locate libiconv.so.2 > > > /usr/local/lib/libiconv.so.2 > > Putting it in LD_LIBRARY_PATH would be more helpful. > > or use -L/usr/local/lib in LDFLAGS. dunno how complicate it is but we > might also inspect the configure process and try to make the linkage > of makecfg not to "depend" on extra libs like libiconv. autoconf is biased to assume that you're using gcc (which normally looks in /usr/local/lib), and I was guessing that he's either using cc or one of the packages of gcc that looks in a different directory. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net