Also, be sure to run your bootstrap and configure files so that they actually point to your compiler and paths for any libs you build, otherwise you get the same result as above, It may build but it will be built with a different compiler and not necessarily be able to link right or run right.
<br><br>
<div><span class="gmail_quote">On 10/12/05, <b class="gmail_sendername">Danny Brown</b> <<a href="mailto:danbrwn@gmail.com">danbrwn@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>I have just finally compiled for cross win ce after much trouble and misunderstanding on my part. A couple of suggestions that kind of messed me up for quite some time. 1st make sure that you have libtool installed. It is actually what does the crossing of the libs I beleive. If you don't you wont necessarily fail to build but some things won't actually work. Second, make sure that all libs you make are actually made using the cross compilers make, not the standard make. I was building according to the instructions for win ce all of the project, but had to download a libraries source and build it as well. The CE instructions for the project used the make from the cross compiler like PATH=/usr/cross-compiler/... 
</div>
<div>and them PATH make. When I built the library I just typed make from its source tree. Therefor, I was building the project and the libs with different make versions and they were not compatible at the binary level. Anyway, just my thoughts. 
<br><br> </div>
<div><span class="e" id="q_106e5502a1321be5_1">
<div><span class="gmail_quote">On 10/12/05, <b class="gmail_sendername">Rémi Denis-Courmont</b> <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:rem@videolan.org" target="_blank">rem@videolan.org
</a>> wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Le Mardi 11 Octobre 2005 23:55, Arthur Chiu a écrit :<br>> I tried to compile using --disable-plugins and make everything built 
<br>> in, and I don't get the seg fault anymore. However, I am getting an<br>> error saying:<br>><br>> [00000178] access_file access error: read failed (Bad address)<br><br>What errno is that ? I can't find it in the specification for POSIX 
<br>read.<br><br>Also, please try the latest 0.8.4-test release. I think some linking<br>problems were fixed since 0.8.2.<br><br>--<br>Rémi Denis-Courmont<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.simphalempin.com/home/" target="_blank">
http://www.simphalempin.com/home/ </a><br><br><br></blockquote></div><br></span></div></blockquote></div><br>