Re: [Fink-devel] Problems getting a configure script to recognise libiconv

2002-04-29 Thread Alexander Strange
On Monday, April 29, 2002, at 09:11 PM, Jeremy Higgs wrote: > Hi everyone! > > I'm trying to package graphviz and doxygen (requested a long time ago, > and I > wasn't able to get them to work properly, but I'm trying again now), > and I > noticed this in the output of the configure script for

Re: [Fink-devel] Problems getting a configure script to recognise libiconv

2002-04-29 Thread Justin Hallett
I think the configure script should be fixed, since it might not need to link libiconv to every link. [EMAIL PROTECTED] writes: >You're right... Hrmmm... Weird indeed! > >I'll see if adding '-liconv' to the LDFLAGS helps... > >Thanks! ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F. Hallett

Re: [Fink-devel] Problems getting a configure script to recognise libiconv

2002-04-29 Thread Justin Hallett
now there has to be a reason why, but it's missing -liconv [EMAIL PROTECTED] writes: >configure:7877: cc -o conftest -g -O2 -Wall -Wno-unknown-pragmas >-I/sw/include - >L/sw/lib conftest.c -lm 1>&5 >/usr/bin/ld: Undefined symbols: >_iconv ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F. Ha

[Fink-devel] Problems getting a configure script to recognise libiconv

2002-04-29 Thread Jeremy Higgs
Hi everyone! I'm trying to package graphviz and doxygen (requested a long time ago, and I wasn't able to get them to work properly, but I'm trying again now), and I noticed this in the output of the configure script for graphviz: checking for iconv... No This is the relevant part from config.lo