Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 65583 invoked from network); 5 Dec 2006 21:21:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 21:21:24 -0000 Received: (qmail 51825 invoked by uid 500); 5 Dec 2006 21:21:31 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 51791 invoked by uid 500); 5 Dec 2006 21:21:31 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 51780 invoked by uid 99); 5 Dec 2006 21:21:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 13:21:31 -0800 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [68.230.240.34] (HELO eastrmmtao05.cox.net) (68.230.240.34) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 13:21:19 -0800 Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao05.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061205212057.XPMK4144.eastrmmtao05.cox.net@eastrmimpo01.cox.net>; Tue, 5 Dec 2006 16:20:57 -0500 Received: from black ([70.181.32.198]) by eastrmimpo01.cox.net with bizsmtp id v9L11V00b4GV2Jm0000000; Tue, 05 Dec 2006 16:20:01 -0500 Received: from bob by black with local (Exim 4.62) (envelope-from ) id 1Grhii-0003OR-Mf; Tue, 05 Dec 2006 16:20:56 -0500 Date: Tue, 5 Dec 2006 16:20:56 -0500 From: Bob Rossi To: "William A. Rowe, Jr." Cc: John Vandenberg , dev@apr.apache.org Subject: Re: building apr on cygwin for mingw Message-ID: <20061205212056.GB12869@cox.net> Mail-Followup-To: "William A. Rowe, Jr." , John Vandenberg , dev@apr.apache.org References: <20061202031039.GB27385@cox.net> <20061205195353.GT30254@cox.net> <4575DCAD.7010902@rowe-clan.net> <20061205210246.GA12869@cox.net> <4575E082.5090606@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4575E082.5090606@rowe-clan.net> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Well, here is the compile command. /bin/sh /home/bobbybrasko/rcs/svn/vigilant/vigilant/builddir/vigilant-tools/apr/libtool --silent --mode=compile gcc -mno-cygwin -g -O0 -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -I./include -I/home/bobbybrasko/rcs/svn/vigilant/vigilant/builddir/vigilant-tools/apr/include/arch/win32 -I./include/arch/unix -I/home/bobbybrasko/rcs/svn/vigilant/vigilant/builddir/vigilant-tools/apr/include -o dso/win32/dso.lo -c dso/win32/dso.c && touch dso/win32/dso.lo And yes, #define APR_HAS_DSO 1 Thanks, Bob Rossi On Tue, Dec 05, 2006 at 03:11:30PM -0600, William A. Rowe, Jr. wrote: > If you force dlopen and dlsym to 0, see what happens. > > dso/win32/dso.c, is the source we should be compiling, not the > dso/unix/dso.c. Can you check that? > > Bob Rossi wrote: > > On Tue, Dec 05, 2006 at 02:55:09PM -0600, William A. Rowe, Jr. wrote: > >>> Failed Tests Total Fail Failed % > >>> =================================================== > >>> testdso 5 4 80.00% > >>> testpipe 9 2 22.22% > >> testpipe errors are expected. Filesystem pipes on windows do not behave > >> in a socket-compatible, select()able manner. > >> > >> testdso is another story - perhaps it believes it's using the dlxxx flavor > >> instead of windows, and some common code it causing it to throw up? > > > > Thanks for the quick response. This is the output of my configure run. > > Is something obviously wrong here? > > > > Checking for DSO... > > checking for NSLinkModule... no > > checking for shl_load in -ldld... no > > checking for dlopen... no > > checking for dlopen in -ldl... yes > > adding "-ldl" to LIBS > > checking for dlsym... yes > > > > Thanks, > > Bob Rossi > >