Re: [PHP-WIN] building binary libraries

2010-11-28 Thread Pierre Joye
Using makefiles or custom scripts, depends on the library, see the docs here (click on each lib): http://wiki.php.net/internals/windows/libs But why do you need to build them? We provide bins+devs files for every library used by PHP, or used upstream binaries when they are compatible. On Sun, No

RE: [PHP-WIN] building binary libraries

2010-11-28 Thread Tommy Pham
Hi Pierre, Thanks for the response. I did read the wiki prior to asking but I saw some of the libraries didn't have a VS makefile or project file, such as a current version of libiconv [1]. In those cases, do you then attempt to patch it to build purely in VS? Thanks, Tommy [1] http://wiki.ph

Re: [PHP-WIN] building binary libraries

2010-11-28 Thread Pierre Joye
hi, We don't use nor rely on cygwin or mingw. See: http://wiki.php.net/internals/windows/stepbystepbuild Cheers, On Sun, Nov 28, 2010 at 5:32 AM, Tommy Pham wrote: > Hi, > > What do you use to build the necessary binary libraries, such as libiconv? > Cygwin? MinGW? > > Thanks, > Tommy > > > --