Re: gcc for building Perl on WinXP

2011-11-02 Thread Chris Marshall
It would really simplify things for win32 PDL if an easy, 1-click addition for gfortran were available. We're spending a lot of development time working around the lack of a fortran compiler on win32 perls. Since gcc includes one, it is more of a packaging and distribution issue than one of

Re: gcc for building Perl on WinXP

2011-11-02 Thread kmx
For the strawberry perl we have both gcc + fortran packs 32bit: http://strawberryperl.com/package/kmx/32_gcctoolchain/mingw64-w32-gcc4.4.7-pre_2001.zip http://strawberryperl.com/package/kmx/32_gcctoolchain/mingw64-w32-gfortran4.4.7-pre_2001.zip 64bit:

Re: gcc for building Perl on WinXP

2011-11-02 Thread Sergei Steshenko
- Original Message - From: Mark Dootson mark.doot...@znix.com To: Chris Marshall devel.chm...@gmail.com Cc: Karel Miko karel.m...@hotmail.com; win32-vanilla@perl.org Sent: Wednesday, November 2, 2011 7:04 PM Subject: Re: gcc for building Perl on WinXP Hi, At mingw-w64 Oskan

Re: gcc for building Perl on WinXP

2011-11-02 Thread Mark Dootson
It is the 32bit version of mingw-w64. Source at http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/sezero_4.5_2001/ The native 32 bit compiler is mingw-w32-bin_i686-mingw_2001_sezero.zip The bundled compiler toolchains that come with

Re: gcc for building Perl on WinXP

2011-11-02 Thread Sergei Steshenko
Visiting http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/sezero_4.5_2001/ I see gcc: 4.5.4-prerelease (svn r.180676 with patches), so the prerelease part solves the mystery. Regards,   Sergei. - Original Message - From: Mark

Re: gcc for building Perl on WinXP

2011-11-02 Thread kmx
Mark, As you probably know strawberry perl is using sezero's gcc toolchain build since approx April 2010. We use nearly exactly the original sezero's gcc 4.4.x toolchain - there are basically 2 things we have changed 1/ sezero's gcc builds ignore gccroot/include dir when searching for *.h

Re: gcc for building Perl on WinXP

2011-11-02 Thread Sisyphus
- Original Message - From: kmx As for the future gcc-4.6.2 toolchain there is also an interesting question about including pthreads or winpthreads support as PDL is AFAIK somohow able to handle threads this way (not sure if this is valid for Win32) Yes, pthreads works with PDL on