LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread Bert Huijben
-Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: woensdag 13 april 2011 14:54 To: dev@apr.apache.org Subject: Re: MinGW status Oh, how could I forget :) Running myapp.exe against libapr-2-0.dll can result in a myapp.exe.### droplet that looks like

Re: LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread Jeff Trawick
On Wed, May 11, 2011 at 9:35 AM, Bert Huijben b...@qqmail.nl wrote: -Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: woensdag 13 april 2011 14:54 To: dev@apr.apache.org Subject: Re: MinGW status Oh, how could I forget :) Running myapp.exe against libapr-2-0

Re: LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread William A. Rowe Jr.
On 5/11/2011 8:35 AM, Bert Huijben wrote: -Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: woensdag 13 april 2011 14:54 To: dev@apr.apache.org Subject: Re: MinGW status Oh, how could I forget :) Running myapp.exe against libapr-2-0.dll can result

Re: LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread William A. Rowe Jr.
On 5/11/2011 9:23 AM, Jeff Trawick wrote: Running myapp.exe against libapr-2-0.dll can result in a myapp.exe.### droplet that looks like this: 75B3 0001 1774 LoadLibraryA() misc/win32/misc.c:175 This affects httpd 2.2.18, released. One per pid each time httpd is launched. I am

Re: LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread Jeff Trawick
On Wed, May 11, 2011 at 4:44 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 5/11/2011 9:23 AM, Jeff Trawick wrote: Running myapp.exe against libapr-2-0.dll can result in a myapp.exe.### droplet that looks like this: 75B3 0001 1774 LoadLibraryA() misc/win32/misc.c:175

Re: LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread William A. Rowe Jr.
On 5/11/2011 4:21 PM, Jeff Trawick wrote: Should I have meant to? Apparently Not!! I read the comment and not the header file. :) I'll suggest a better fix separately. Coolio :) I expect it's nothing more than dropping the #include and marking up with more commentary.

Re: LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread Jeff Trawick
On Wed, May 11, 2011 at 4:44 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 5/11/2011 9:23 AM, Jeff Trawick wrote: Running myapp.exe against libapr-2-0.dll can result in a myapp.exe.### droplet that looks like this: 75B3 0001 1774 LoadLibraryA() misc/win32/misc.c:175

Re: LoadLibrary failures? (Was: RE: MinGW status)

2011-05-11 Thread William A. Rowe Jr.
On 5/11/2011 7:39 PM, Jeff Trawick wrote: On Wed, May 11, 2011 at 4:44 PM, William A. Rowe Jr. https://svn.apache.org/viewvc/apr/apr/trunk/misc/win32/misc.c?r1=892177r2=892176pathrev=892177 BTW, who did that one :) Bugger :) Why, I have no idea, but it was spawned by someone elses

Re: MinGW status

2011-04-13 Thread Jeff Trawick
Oh, how could I forget :) Running myapp.exe against libapr-2-0.dll can result in a myapp.exe.### droplet that looks like this: 75B3 0001 1774 LoadLibraryA() misc/win32/misc.c:175 (My initial web searches for this issue were not successful, but I didn't try very hard.)

Re: MinGW status

2011-04-13 Thread Jeff Trawick
On Tue, Apr 12, 2011 at 11:21 AM, Jeff Trawick traw...@gmail.com wrote: On Tue, Apr 12, 2011 at 10:55 AM, William A. Rowe Jr. wr...@rowe-clan.net wrote: APR_HA... excellent!  If you can add these other symbols at your leisure, it is good for documentation purposes, even if they have been

Re: MinGW status

2011-04-12 Thread William A. Rowe Jr.
On 4/11/2011 3:09 PM, Jeff Trawick wrote: # enableIPv6 export ac_cv_define_sockaddr_in6=yes export ac_cv_working_getaddrinfo=yes export ac_cv_working_getnameinfo=yes export ac_cv_func_gai_strerror=yes Since *every* version of Windows we support (post-2000 server, eol last year) now ships

Re: MinGW status

2011-04-12 Thread Jeff Trawick
On Tue, Apr 12, 2011 at 11:10 AM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 4/11/2011 7:45 PM, Jeff Trawick wrote: On Mon, Apr 11, 2011 at 4:09 PM, Jeff Trawick traw...@gmail.com wrote: trunk: looks pretty good here other than the IPv6 detection; I think the only test failures are

Re: MinGW status

2011-04-12 Thread William A. Rowe Jr.
On 4/12/2011 10:15 AM, Jeff Trawick wrote: Wondering if it shouldn't just be defined in network_io/win32/sockopt.c if its missing? I think it should be; I was hoping to see about finding what WSAfoo gets returned on a Windows box that doesn't support the option and, if seen at runtime once

Re: MinGW status

2011-04-12 Thread Jeff Trawick
On Tue, Apr 12, 2011 at 10:55 AM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 4/11/2011 3:09 PM, Jeff Trawick wrote: # enableIPv6 export ac_cv_define_sockaddr_in6=yes export ac_cv_working_getaddrinfo=yes export ac_cv_working_getnameinfo=yes export ac_cv_func_gai_strerror=yes Since

Re: MinGW status

2011-04-12 Thread William A. Rowe Jr.
On 4/12/2011 10:21 AM, Jeff Trawick wrote: On Tue, Apr 12, 2011 at 10:55 AM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 4/11/2011 3:09 PM, Jeff Trawick wrote: # enableIPv6 export ac_cv_define_sockaddr_in6=yes export ac_cv_working_getaddrinfo=yes export ac_cv_working_getnameinfo=yes

Re: MinGW status

2011-04-12 Thread Jeff Trawick
On Tue, Apr 12, 2011 at 12:13 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 4/12/2011 10:21 AM, Jeff Trawick wrote: On Tue, Apr 12, 2011 at 10:55 AM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 4/11/2011 3:09 PM, Jeff Trawick wrote: # enableIPv6 export

MinGW status

2011-04-11 Thread Jeff Trawick
trunk: looks pretty good here other than the IPv6 detection; I think the only test failures are also broken with a Visual Foo build I build like this: # enable IPv6 export ac_cv_define_sockaddr_in6=yes export ac_cv_working_getaddrinfo=yes export ac_cv_working_getnameinfo=yes export

Re: MinGW status

2011-04-11 Thread Jeff Trawick
On Mon, Apr 11, 2011 at 4:09 PM, Jeff Trawick traw...@gmail.com wrote: trunk: looks pretty good here other than the IPv6 detection; I think the only test failures are also broken with a Visual Foo build I build like this: # enable IPv6 export CPPFLAGS=-DIPV6_V6ONLY=27 ^ This is also