PERL PERL6 INTERNALS 41 PERL 34352 PATCH TRU64 STRIP THE STRIP
Date: Sun, 06 Mar 2005 03:00:35 -0800

Subject: [perl #34352] [PATCH] Tru64: strip the strip
From: parrotbug-followup@no-spam (Jarkko Hietaniemi)

# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #34352]
# in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34352 >

The ld -s flag caused all symbol information to be stripped from the libraries, which caused all the Python dynclass tests to fail.
(The -s can be used in Perl 5 since the XS builds up a separate "symbol table".) Patch attached.

-- Jarkko Hietaniemi <jhi@no-spam> http://www.iki.fi/jhi/ "There is this special biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
[Base64 no-s.pat.gz]


Subject: Re: [perl #34352] [PATCH] Tru64: strip the strip
Date: Sun, 6 Mar 2005 13:39:11 +0100







From: lt@no-spam (Leopold Toetsch)
Jarkko Hietaniemi <parrotbug-followup@no-spam> wrote:

> The ld -s flag caused all symbol information to be stripped from > the libraries, which caused all the Python dynclass tests to fail.
> (The -s can be used in Perl 5 since the XS builds up a separate > "symbol table".) Patch attached.

Thanks, applied.
leo