Hello Karel!

Due to different file names (cxxabi_forced.h or cxxabi-forced.h) in 
other gcc versions, I suggest to use more (IMO) correct method - use 
cxxabi.h.

So, my little patch:

$ darcs whatsnew
hunk ./aclocal.m4 689
-[AC_TRY_COMPILE([#include <cxxabi-forced.h>],[
+[AC_TRY_COMPILE([#include <cxxabi.h>],[
hunk ./orb/os-thread/pthreads.cc 37
-#include <cxxabi-forced.h>
+#include <cxxabi.h>

Best regards,
Nikolay Logvinov.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mico-devel mailing list
Mico-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mico-devel

Reply via email to