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

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-