building binary libraries
Hi,
What do you use to build the necessary binary libraries, such as libiconv?
Cygwin? MinGW?
Thanks,
Tommy
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: building binary libraries
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 <tommyhp2 [at] gmail.com> wrote:
> Hi,
>
> What do you use to build the necessary binary libraries, such as libiconv?
> Cygwin? MinGW?
>
> Thanks,
> Tommy
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Pierre
[at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: building binary libraries
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.php.net/internals/windows/libs/libiconv
> -----Original Message-----
> From: Pierre Joye [mailto:pierre.php [at] gmail.com]
> Sent: Sunday, November 28, 2010 3:26 AM
> To: Tommy Pham
> Cc: php-windows [at] lists.php.net
> Subject: Re: [PHP-WIN] building binary libraries
>
> 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 <tommyhp2 [at] gmail.com>
> wrote:
> > Hi,
> >
> > What do you use to build the necessary binary libraries, such as
libiconv?
> > Cygwin? MinGW?
> >
> > Thanks,
> > Tommy
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
> > http://www.php.net/unsub.php
> >
> >
>
>
>
> --
> Pierre
>
> [at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: building binary libraries
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, Nov 28, 2010 at 9:47 PM, Tommy Pham <tommyhp2 [at] gmail.com> wrote:
> Hi Pierre,
>
> Thanks for the response. =A0I 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 =A0[1]. =A0In those cases, do you then attemp=
t to
> patch it to build purely in VS?
>
> Thanks,
> Tommy
>
> [1] http://wiki.php.net/internals/windows/libs/libiconv
>
>> -----Original Message-----
>> From: Pierre Joye [mailto:pierre.php [at] gmail.com]
>> Sent: Sunday, November 28, 2010 3:26 AM
>> To: Tommy Pham
>> Cc: php-windows [at] lists.php.net
>> Subject: Re: [PHP-WIN] building binary libraries
>>
>> 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 <tommyhp2 [at] gmail.com>
>> wrote:
>> > Hi,
>> >
>> > What do you use to build the necessary binary libraries, such as
> libiconv?
>> > Cygwin? MinGW?
>> >
>> > Thanks,
>> > Tommy
>> >
>> >
>> > --
>> > PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
>> > http://www.php.net/unsub.php
>> >
>> >
>>
>>
>>
>> --
>> Pierre
>>
>> [at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
>
--
Pierre
[at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: building binary libraries
> -----Original Message-----
> From: Pierre Joye [mailto:pierre.php [at] gmail.com]
> Sent: Sunday, November 28, 2010 1:15 PM
> To: Tommy Pham
> Cc: php-windows [at] lists.php.net
> Subject: Re: [PHP-WIN] building binary libraries
>
> 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.
>
Hi Pierre,
It's more of a learning exercise and to test x64 on Windows. I can't =
seem
to get libiconv and gettext to compile for a past few days, even the =
older
versions 1.11.1 and 1.15 , respectively, having the makefile.msvc. I'll =
try
the support their respective support lists.
Thanks for your help,
Tommy
> On Sun, Nov 28, 2010 at 9:47 PM, Tommy Pham <tommyhp2 [at] gmail.com>
> wrote:
> > Hi Pierre,
> >
> > Thanks for the response. =A0I 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 =A0[1]. =A0In those cases, do =
you
> > then attempt to patch it to build purely in VS?
> >
> > Thanks,
> > Tommy
> >
> > [1] http://wiki.php.net/internals/windows/libs/libiconv
> >
> >> -----Original Message-----
> >> From: Pierre Joye [mailto:pierre.php [at] gmail.com]
> >> Sent: Sunday, November 28, 2010 3:26 AM
> >> To: Tommy Pham
> >> Cc: php-windows [at] lists.php.net
> >> Subject: Re: [PHP-WIN] building binary libraries
> >>
> >> 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 <tommyhp2 [at] gmail.com>
> >> wrote:
> >> > Hi,
> >> >
> >> > What do you use to build the necessary binary libraries, such as
> > libiconv?
> >> > Cygwin? MinGW?
> >> >
> >> > Thanks,
> >> > Tommy
> >> >
> >> >
> >> > --
> >> > PHP Windows Mailing List (http://www.php.net/) To unsubscribe, =
visit:
> >> > http://www.php.net/unsub.php
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> Pierre
> >>
> >> [at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org
> >
> >
>
>
>
> --
> Pierre
>
> [at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: building binary libraries
> Hi Pierre,
>
> It's more of a learning exercise and to test x64 on Windows. I can't seem
> to get libiconv and gettext to compile for a past few days, even the older
> versions 1.11.1 and 1.15 , respectively, having the makefile.msvc. I'll try
> the support their respective support lists.
>
> Thanks for your help,
> Tommy
As far as I know libiconv and gettext both require patches to the source
of current versions to get them to compile, they're also libraries that
are VERY resistant to windows fixes being pushed upstream.
Good luck!
Thanks,
Elizabeth M Smith
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: building binary libraries
> -----Original Message-----
> From: Elizabeth M Smith [mailto:auroraeosrose [at] gmail.com]
> Sent: Thursday, December 02, 2010 9:59 AM
> To: php-windows [at] lists.php.net
> Subject: Re: [PHP-WIN] building binary libraries
>
>
> > Hi Pierre,
> >
> > It's more of a learning exercise and to test x64 on Windows. I can't
> > seem to get libiconv and gettext to compile for a past few days, even
> > the older versions 1.11.1 and 1.15 , respectively, having the
> > makefile.msvc. I'll try the support their respective support lists.
> >
> > Thanks for your help,
> > Tommy
>
> As far as I know libiconv and gettext both require patches to the source
of
> current versions to get them to compile, they're also libraries that are
VERY
> resistant to windows fixes being pushed upstream.
>
> Good luck!
>
> Thanks,
> Elizabeth M Smith
>
Thanks for the heads up. Looks like I got some work ahead.
Regards,
Tommy
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php