[Fink-devel] BuildDepends

2002-04-29 Thread David R. Morrison
For those of you not watching the fink-commits list: I have added more BuildDepends entries to many many packages in the past 12 hours. Don't worry, it's all being done by a script now! As before, the point is this: if package A depends on package B, and package B depends on package C, there

[Fink-devel] new splitoff packages

2002-04-29 Thread David R. Morrison
As previously discussed, I now have put splitoff versions of the following packages into the unstable tree: graphics/fnlib-0.5-3.info graphics/freetype-1.3.1-5.info graphics/freetype-hinting-1.3.1-4.info graphics/giflib-4.1.0-3.info graphics/gimp-1.2.3-6.info graphics/imagemagick-5.4.1-4.info

[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

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 15 /usr/bin/ld: Undefined symbols: _iconv ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F. Hallett

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

2002-04-29 Thread Jeremy Higgs
On 30/4/02 11:14 AM, Justin Hallett [EMAIL PROTECTED] wrote: 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 15 /usr/bin/ld: Undefined symbols:

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

2002-04-29 Thread Jeremy Higgs
On 30/4/02 11:14 AM, Justin Hallett [EMAIL PROTECTED] wrote: 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 15 /usr/bin/ld: Undefined symbols:

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 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