[omniORB] Error when linking omnissl DLLs
Duncan Grisby
duncan at grisby.org
Mon Dec 7 17:43:25 GMT 2009
On Tue, 2009-10-27 at 21:54 +0100, Peter Klotz wrote:
> When compiling omniORB 4.1.4 with OpenSSL support under Windows (VS
> 2005) I obtain the linker error below.
>
> The omniORB build process does not stop, so the error is easily overlooked.
>
> The attached patch fixes this error by additionally linking against
> user32.lib and gdi32.lib.
>
> I link against a static OpenSSL 0.9.8k library.
Sorry for taking ages to look at this. The problem is the use of the
static OpenSSL library. With a DLL version there's no linking problem.
That said, I don't think there's any harm in linking with those
additional libraries, so I've checked the change in to svn.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list