bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [patch] uuid generation in warc.c


From: Eli Zaretskii
Subject: Re: [Bug-wget] [patch] uuid generation in warc.c
Date: Tue, 06 Jan 2015 18:28:43 +0200

> From: Tim Ruehsen <address@hidden>
> Date: Tue, 06 Jan 2015 14:28:03 +0100
> 
> If rpcrt4.lib/.dll is *not* a basic windows library, you should check for the 
> library in configure.ac (case "$host_os" in ...).

That's not really friendly to those who download precompiled binaries,
since the situation on the machine where wget was built and where it
will be used can be very different.

Anyway, Rpcrt4.dll comes with all version of Windows from 2000 and up.

As I wrote in another message, I think we should try loading it at run
time, when it is first needed, using LoadLibrary.  If we link with
-lrpcrt4, wget will simply refuse to run on a system where the DLL is
not available, even if the related functionality is never required by
whatever command line is used to invoke wget.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]