From: Yukihiro Matsumoto Date: 2008-05-09T19:02:43+09:00 Subject: Re: Compilation error in cont.c Hi, In message "Re: Compilation error in cont.c" on Fri, 9 May 2008 18:25:36 +0900, Emanuele Ricci writes: |Thank you really very much for patching the trunk, indeed now I'm able |to cross compile succesfully ruby 1.9. Sounds nice. |However once I put it on the target and launch it I get the following |error: | |ruby1.9: /lib/librt.so.1: no version information available (required by |ruby1.9) |Segmentation fault | |Could you give me an hint also about that? That seems to be a linker problem around librt. You have to check whether librt installed correctly. Or you can remove -lrt from configure. I have virtually zero knowledge about cross compiling, but it should be possible. matz.