<div>Hi, Ross</div>
<div> I have solved this problem, </div>
<div> I copy a "so" file (that the cross compile tools provides)to the /lib directory, then rename it to "'libstdc++.so.6". Then it works.</div>
<div> But certainly, it isn't a good way . Because I don't know how to modify the config.<whatever> file. I want to know how to modify the configure file in order to link the ARM Share Object, not the X86.<br>
<br> </div>
<div><span class="gmail_quote">2006/12/13, Ross Finlayson <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">>Hi, All.<br>> I compile live555MediaServer with the cross-compiler<br>>"arm-uclibc-linux-" , then I run it on the ARM(arm926ejs), it shows
<br>>"./live555MediaServer: can't load library 'libstdc++.so.6 ". Is the<br>>Makefile not correct? or some other reasons<br><br>Do you get the same problem when you try to run the "testProgs"? (I
<br>suspect so.)<br><br>The problem appears to be that your cross-compiled application is<br>dependent upon a dynamic-linked library (in this case,<br>"libstdc++.so.6") that turns out not to be present on your ARM
<br>computer.<br><br>To fix this, you'll either need to make this library available on the<br>ARM computer, or else modify your "config.<whatever>" file (and then<br>rerun "genMakefiles") so that it links the library statically rather
<br>than dynamically. You will have to figure out how to do that.<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.live555.com/" target="_blank">
http://www.live555.com/</a><br>_______________________________________________ <br>live-devel mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:live-devel@lists.live555.com" target="_blank">
live-devel@lists.live555.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>francois_wei