Re: [PHP-DEV] imap on windows

2007-02-15 Thread Hannes Magnusson
Hi Stanislav On 2/15/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: Hi! Does anybody know how to build IMAP module successfully on WIndows? I Not that I have any idea, but check out ext/imap/IMAP_Win32_HOWTO.txt -Hannes try to build it and I get this: cclient.lib(os_w2k.obj) : error LN

Re: [PHP-DEV] imap on windows

2007-02-15 Thread Stanislav Malyshev
IIRC, you need to modify the Makefile.w2k in c-client. Change the Link flag /MT to /MD, rebuild imap and rebuild php_imap.dll I took cclient.lib from win32build.zip library package from php.net. So I guess this package has to be fixed? I don't know who built it though... -- Stanislav Malyshev

Re: [PHP-DEV] imap on windows

2007-02-15 Thread Frank M. Kromann
Hi Stanislav, IIRC, you need to modify the Makefile.w2k in c-client. Change the Link flag /MT to /MD, rebuild imap and rebuild php_imap.dll - Frank > Hi! > > Does anybody know how to build IMAP module successfully on WIndows? I > try to build it and I get this: > > cclient.lib(os_w2k.obj) : e

[PHP-DEV] imap on windows

2007-02-15 Thread Stanislav Malyshev
Hi! Does anybody know how to build IMAP module successfully on WIndows? I try to build it and I get this: cclient.lib(os_w2k.obj) : error LNK2005: _flock already defined in flock_compat.obj cclient.lib(os_w2k.obj) : error LNK2005: _openlog already defined in wsyslog.obj cclient.lib(os_w2k.ob