in reply to Re^2: Strawberry 5.12 and PAR::Packer 1.004
in thread Strawberry 5.12 and PAR::Packer 1.004

ActiveState had problems like that with their build system, but they release more often.

Just to be clear about this - the problem was *not* specific to Strawberry's build system. It was a bug in the perl source that affected *every* build of perl (not just Strawberry) that was built using 'dmake'. The bug was actually in 'win32/makefile.mk', and therefore did not affect perls built using 'nmake' (such as ActvePerl) - which use 'win32/Makefile' instead.

Cheers,
Rob
  • Comment on Re^3: Strawberry 5.12 and PAR::Packer 1.004

Replies are listed 'Best First'.
Re^4: Strawberry 5.12 and PAR::Packer 1.004
by Anonymous Monk on Jun 02, 2010 at 11:47 UTC
    Aha ... I really hate those, the other platforms have it much easier with Configure :/
      ... the other platforms have it much easier with Configure

      Yes ... using Windows builds character ;-)

      Cheers,
      Rob