Skip Menu |

This queue is for tickets about the Gettext CPAN distribution.

Report information
The Basics
Id: 104667
Status: open
Priority: 0/
Queue: Gettext

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Makefile.PL libaries need to be listed after .o files
libraries need to be listed after the .o files on certain systems so that the symbol resolution works correctly.
Subject: perl-gettext.src1.patch
--- origsrc/gettext-1.05/Makefile.PL 2005-01-31 00:30:22.000000000 +0100 +++ src/gettext-1.05/Makefile.PL 2015-05-23 23:12:06.797560100 +0200 @@ -50,7 +50,7 @@ sub conftest { close TEST; open(SAVE, ">&STDERR"); open(STDERR, ">/dev/null"); - system($cc . " -o conftest " . $libs . " conftest.c"); + system($cc . " -o conftest " . " conftest.c " . $libs); my $exitstatus = $?; open(STDERR, ">&SAVE"); if ($exitstatus != 0) {
I apologize for the extremely long delay in responding. Actually I don't use Perl anymore and have not looked at this module in years. Moreover, the ticket queue in which this landed appears to be owned by someone else, so I did not get any notification when you submitted this issue. I believe the bug you reported is resolved in the latest version which I have just uploaded, 1.06. Please see: https://github.com/vandry/Perl-Locale-gettext http://www.cpan.org/authors/id/P/PV/PVANDRY/gettext-1.06.tar.gz I do not own this ticket so I cannot close it.