Graham Bennett wrote:
Hi, Is there an easy way to enable the -fexceptions flag for gcc when building libxml? If not, I think it would be worth adding to the configure script (e.g. --with-exceptions). It would be very useful to be able to throw from SAX callbacks when using libxml from C++.
shouldn't 'configure CC=g++' do the job just fine ? Regards, Stefan