Re: [perl #55154] [BUG] [PATCH] readline not detected in c++ build

2008-06-08 Thread chromatic
On Sunday 01 June 2008 04:00:34 NotFound wrote: > readline is not detected when building with C++, because the detection > and the usage code declares directly the functions used without C > linkage specification. > > This patch fixes the problem, and also do a minor cleaning in the > set_readline

[perl #55154] [BUG] [PATCH] readline not detected in c++ build

2008-06-01 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #55154] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55154 > readline is not detected when building with C++, because the detection and the usage code de

Re: [perl #55154] [BUG] [PATCH] readline not detected in c++ build

2008-06-01 Thread NotFound
On Sun, Jun 1, 2008 at 6:56 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > 1. What OS/platform combination are you seeing this non-detection on? Ubuntu 8.04 i386, g++ 4.2.3 > 2. Assuming I applied this patch, how would I test it? Does 'building > with C++' imply some particular command-

[perl #55154] [BUG] [PATCH] readline not detected in c++ build

2008-06-01 Thread James Keenan via RT
On Sun Jun 01 04:00:33 2008, julianalbo wrote: > readline is not detected when building with C++, because the detection > and the usage code declares directly the functions used without C > linkage specification. > > This patch fixes the problem, and also do a minor cleaning in the > set_readline_