From: Michal Suchanek Date: 2006-01-25T02:08:35+09:00 Subject: Re: ICU4R 0.1.0 - initial release On 1/24/06, Alex Fenton wrote:> Lugovoi Nikolai wrote:>> > Could you try 0.1.1 release ?> > http://rubyforge.org/frs/download.php/8168/icu4r-0.1.1.tar.gz>> thanks for this, it compiles fine on OS X 10.3 (see below), but segfaults when I run the ruby test with>> dyld: ruby Undefined symbols:> ___gxx_personality_v0> Trace/BPT trap> Usually C++ code compiled by different versions of gcc linked together. Check that all the stuff and the libraries it links with are compiledwith the same gcc. Thanks Michal