bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9230: _LT_COMPILER_NO_RTTI


From: Behdad Esfahbod
Subject: bug#9230: _LT_COMPILER_NO_RTTI
Date: Wed, 03 Aug 2011 15:12:22 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11

Hello libtoolites!

So, I see libtool checks for -fno-rtti and -fno-exceptions for non-C++
compilers.  I like that.  In fact, in harfbuzz, I am using C++, but have no
use for libstdc++ and do not want to link to it, so I have to manually test
and add -fno-rtti and -fno-exceptions to my CXXFLAGS.  I was wondering if you
guys can make a symbol available for that functionality (of not linking to
libstdc++) so I don't have to reinvent.

Thanks,
behdad





reply via email to

[Prev in Thread] Current Thread [Next in Thread]