Re: Compilation error in cont.c
by Yukihiro Matsumoto other posts by this author
May 9 2008 3:03AM messages near this date
Re: Compilation error in cont.c
|
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 <maurice.enciel@[...].com> 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.
Thread:
Emanuele Ricci
Yukihiro Matsumoto
Emanuele Ricci
Yukihiro Matsumoto
Emanuele Ricci
Yukihiro Matsumoto
Emanuele Ricci
Yukihiro Matsumoto
Emanuele Ricci
|