Try playing with ./configure options. Maybe something like --with-libs=/usr/local/lib might get configure and gcc to see your libiconv.so.
I use an old gcc (2.95) that apparently doesn't need libiconv. My ieee test line from config.log looks different from yours: gcc -c -g -O2 conftest.c >&5 -----Original Message----- From: Kennedy Clark [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 12:18 PM To: Ford, Andy; [email protected] Subject: Re: [rrd-users] Re: Getting RRDTool To Compile on Solaris 8 On 5/20/05, Ford, Andy <[EMAIL PROTECTED]> wrote: > I noticed this line in your output: > > ld.so.1: ./conftest: fatal: libiconv.so.2: open failed: No such file > or directory > > Do you need to install a libiconv package? Hi Andy, Many thanks for the reply. Yeah, I was looking at that too. I already had libiconv installed, but just to be sure, I re-installed it from sunfreeware (libiconv-1.8-sol8-sparc-local.gz). Same results? Does anyone know if there could be an issue where it's not being found even though it's installed? (Note: sunfreeware.com put libiconv.so.2 in /usr/local/lib) Thanks, Kennedy > > Andy Ford > [EMAIL PROTECTED] > ------------------------------------------------------------------------------------- A.G. Edwards & Sons' outgoing and incoming e-mails are electronically archived and subject to review and/or disclosure to someone other than the recipient. ------------------------------------------------------------------------------------- -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
