> This is a known problem - there is some sort of incompatibility between Qt > and ruby on startup. The fix is to start your program via 'krubyinit' > (found in korundum/bin). > > -- Richard Hi, thanks for the information. I found krubyinit.cpp here: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/~checkout~/kdebindings/korundum/bin/krubyinit.cpp?rev=1.3&content-type=text/plain I tried to compile it with: $ gcc -I/usr/lib/ruby/1.8/i686-linux -o krubyinit krubyinit.cpp -lruby and received the error: /tmp/cc5G9T5J.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' Is there anything else needed to link it with? regards, jochen