Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 2255
Status: resolved
Worked: 20 min
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Wed, 19 Mar 2003 14:03:36 +0100
From: Reini Urban <rurban [...] x-ray.at>
To: bug-par [...] rt.cpan.org
Subject: cygwin myldr par.exe patch
To compile par.exe on cygwin I needed this patch. Otherwise only par.dll was created, instead of the needed par.exe (Wonder why one needs a par.dll instead of the exe.) I believe it's simply a oversight, maybe perlld really creates executables on other platforms with -o par $ diff -bu PAR-0.65/myldr/Makefile.PL~ PAR-0.65/myldr/Makefile.PL --- PAR-0.65/myldr/Makefile.PL~ 2003-03-09 14:03:09.000000000 +0100 +++ PAR-0.65/myldr/Makefile.PL 2003-03-19 13:59:18.000000000 +0100 @@ -98,8 +98,10 @@ -\$(RM) $parl_exe -\$(RM) Makefile Makefile.old +par : $par_exe + $par_exe: \$(OBJECTS) my_par_pl.c - \$(LD) \$(OBJECTS) \$(LDFLAGS) $out\$@ + \$(CC) \$(OBJECTS) \$(LDFLAGS) $out\$@ $parl_exe: $par_exe $par_exe -I../myldr/.. -I../blib/lib $lib_path -B -O$parl_exe -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/
Date: Wed, 19 Mar 2003 21:10:17 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Reini Urban via RT <bug-PAR [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #2255": ;
Subject: Re: [cpan #2255] cygwin myldr par.exe patch
RT-Send-Cc:
On Wed, Mar 19, 2003 at 08:03:42AM -0500, Reini Urban via RT wrote: Show quoted text
> To compile par.exe on cygwin I needed this patch. > Otherwise only par.dll was created, instead of the needed par.exe > (Wonder why one needs a par.dll instead of the exe.) > I believe it's simply a oversight, maybe perlld really creates > executables on other platforms with -o par
Hey there. Just one minute before receiving your mail, I tweaked it from -o to --output and it worked (for Perl 5.8). Can you confirm whether it also works for you? Please download the snapshot here: http://p4.elixus.org/snap/PAR.tar.gz Thanks, /Autrijus/
Download (untitled)
application/pgp-signature 187b

Message body not shown because it is not plain text.