From: Warren Young Date: March 23 2009 9:24am Subject: Re: -fno-rtti List-Archive: http://lists.mysql.com/plusplus/8499 Message-Id: <48AA1B30-ADF7-4599-BC2F-6CAC636F3FBF@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On Mar 22, 2009, at 7:28 PM, Andrej van der Zee wrote: > Is there any chance in compiling mysql++ with -fno-rtti? No. MySQL++ uses RTTI. $ grep dynamic_cast lib/*.{cpp,h} | wc -l 12 $