Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <425A1573.1881E83E@dessent.net> Date: Sun, 10 Apr 2005 23:13:07 -0700 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: CygWin Mailing List Subject: Re: Courier-IMAP on cygwin References: <425A11C4 DOT 6030003 AT yahoo DOT co DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Kees Vonk wrote: > When I start configure without the --without-authldap option I get the > following error: > > checking for netinet/in.h... yes > checking whether -lresolve is needed for res_query... configure: error: > Cannot find function res_query You lack the 'minires-devel' package most likely. > However when I inlcude the --without-authldap option the first bit of > configure seems to work, but them when it gets to libltdl it suddenly > fails with: > > configure: error: invalid package name: authldap > > Can anyone tell me how to get around this? I can compile it on my linux > box without a problem. That sounds like maybe you have the switch spelled wrong. Check the output of "./configure --help" to see what the script accepts. If that's not it and it's a libtool issue, it could be worth a try to relibtoolize, or just autoreconf, the package to regenerate the 'configure' and 'libtool' (and possibly many other) files using Cygwin's autoconf/libtool/automake. You'll need the -devel versions of those three packages. "autoreconf --install --force --verbose" is often the sledgehammer of first attack if a package won't build. No guarantees that this will help though. It may take some digging around in the configure.in to see what's going on. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/