Re: Configure error

2006-12-16 Thread Jose-Marcio Martins da Cruz
Beech Rintoul wrote: > I'm the port maintainer for ftp/proftpd. I'm struggling with getting an > upgrade out. The problem I'm having is they added a new option which requires > libiconv. Autoconf looks for iconv.h, can't find it in /usr/local/include and > the build errors out when it can't link

Re: Configure error

2006-12-15 Thread Beech Rintoul
On Friday 15 December 2006 18:14, Nikos Ntarmos wrote: > Hi there. > > On Fri, Dec 15, 2006 at 05:16:12PM -0900, Beech Rintoul wrote: > > I googled the problem and found that autoconf by default doesn't look > > in usr/local/include even if it's in the path. So, my question is what > > to put in th

Re: Configure error

2006-12-15 Thread Nikos Ntarmos
Hi there. On Fri, Dec 15, 2006 at 05:16:12PM -0900, Beech Rintoul wrote: > I googled the problem and found that autoconf by default doesn't look > in usr/local/include even if it's in the path. So, my question is what > to put in the makefile or what to patch in the sources to make > autoconf pick

Configure error

2006-12-15 Thread Beech Rintoul
I'm the port maintainer for ftp/proftpd. I'm struggling with getting an upgrade out. The problem I'm having is they added a new option which requires libiconv. Autoconf looks for iconv.h, can't find it in /usr/local/include and the build errors out when it can't link. I googled the problem and f