Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 24950
Status: resolved
Priority: 0/
Queue: PAR-Packer

People
Owner: Nobody in particular
Requestors: peter.toth [...] gmx.at
Cc:
AdminCc:

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



Subject: make fails on HP-UX
Date: Wed, 14 Feb 2007 16:57:42 +0100
To: bug-PAR-Packer [...] rt.cpan.org
From: "Peter Toth" <peter.toth [...] gmx.at>
PAR Packer version 0.973 on HP-UX 11.11 make fails with the following error /usr/bin/ld: Unrecognized argument: -Wl,-E /usr/bin/ld: Usage: /usr/bin/ld [options] [flags] files gmake[1]: *** [par] Error 1 solution: Makefile.PL in subfolder myldr has to check for HP-UX aswell so change the line 27 to: $ld = $Config{cc} if ($^O =~ /^(?:dec_osf|aix|hpux)$/); -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
On Wed Feb 14 12:29:24 2007, peter.toth@gmx.at wrote: Show quoted text
> PAR Packer version 0.973 > > on HP-UX 11.11 make fails with the following error > > /usr/bin/ld: Unrecognized argument: -Wl,-E > /usr/bin/ld: Usage: /usr/bin/ld [options] [flags] files > gmake[1]: *** [par] Error 1 > > > solution: > > Makefile.PL in subfolder myldr has to check for HP-UX aswell > so change the line 27 to: > > $ld = $Config{cc} if ($^O =~ /^(?:dec_osf|aix|hpux)$/);
Sorry for replying so late. I have just committed your change to the PAR::Packer svn repository. I cannot test it since I don't have access to HPUX. Could you test the change, please? You can just do this: svn checkout http://par.openfoundry.org/par/PAR-Packer/trunk and then run the usual "perl Makefile.PL && make && make test" in the correspondingly created subdirectory. Thanks a lot! Best regards, Steffen
Since the patch was applied, I'm marking this issue as resolved. If that is not the case, a simple reply will automatically reopen the ticket. Best regards, Steffen Mueller