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-line options to Configure.pl? Supposing that your c++ compiler is gcc's g++: --cc=g++ --cxx=g++ --link=g++ -- Salu2