[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: OpenLDAP MinGW Build: select() required
- To: "'Jason Raneses'" <jason@raneses.com>, <openldap-software@OpenLDAP.org>
- Subject: RE: OpenLDAP MinGW Build: select() required
- From: "Howard Chu" <hyc@highlandsun.com>
- Date: Tue, 13 Jan 2004 10:49:19 -0800
- Importance: Normal
- In-reply-to: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAitRXCeHNWUO64Kn8IHL3WsKAAAAQAAAAgE/tfI6bl0O7dh0v2zYYEwEAAAAA@raneses.com>
Like I said in my last reply - look at your config.log and see what error
messages are coming up when it tries to find Winsock. I don't set any special
LIBS, and I just set LDFLAGS to -L/usr/local/lib (where my regex and other
libraries are installed), nothing more.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: Jason Raneses [mailto:jason@raneses.com]
> Howard, could you possibly give me the command line and environment
> variables you are typically using when performing your MinGW build
> (CPPFLAGS, LDFLAGS, LIBS, etc)?
>
> I'm trying to build the 2.2.4 release and am still having
> issues doing so.
>
> Thanks,