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_interactive method of parrotio.pmc. >
I'm not an expert in this area, so let me ask some questions first: 1. What OS/platform combination are you seeing this non-detection on? 2. Assuming I applied this patch, how would I test it? Does 'building with C++' imply some particular command-line options to Configure.pl? Thank you very much. kid51