help-gnutls
[Top][All Lists]
Advanced

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

RE: Compiling gnutls 3.0.5 on x86_64 in 32bit mode


From: Hoyt, David
Subject: RE: Compiling gnutls 3.0.5 on x86_64 in 32bit mode
Date: Tue, 8 Nov 2011 10:52:32 -0800

> If I add --host=i686 to ./configure it compiles fine, but only builds the 
> static library and not the shared one (config.log [3]) although I use 
> --disable-static.

Libtool is finicky and at least in my configuration, it does not seem to 
recognize that ws2_32 (the winsock2 library) is in the library path and it 
thinks it cannot resolve all the symbols. Passing 
"lt_cv_deplibs_check_method=pass_all" to configure tells libtool to ignore 
those errors and forge on ahead. The command would look like:

lt_cv_deplibs_check_method=pass_all ./configure --host=i686 ...

Hope that helps,
- David Hoyt





reply via email to

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