Hi geoff!!<br><br>Thank you so so much for all your prompt help thus far. The files have finally cross compiled!<br><br>Sincerely,<br>Raji<br><br><div class="gmail_quote">On Wed, Feb 27, 2008 at 10:16 PM, Geoff Shang &lt;<a href="mailto:Geoff@quitelikely.com">Geoff@quitelikely.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Rajalakshmi Raghavan wrote:<br>
<br>
&gt; So what do i do in order for it to find libogg ? Thing is there is libogg<br>
&gt; installed in my system, do i have to do a EXPORT logg = path.. or something?<br>
&gt; How does this work?<br>
<br>
</div>First, if you are cross-compiling then you&#39;ll want to cross-compile libogg<br>
as well and link against that one.<br>
<br>
Anyway, to link against a library that the system isn&#39;t finding, try<br>
<br>
export LD_LIBRARY_PATH= /path/to/lib<br>
<br>
I know this works for execution, not sure if it works for complation or<br>
not.<br>
<br>
Of course, configure really should be finding libogg before you even get to<br>
the make stage.<br>
<font color="#888888"><br>
Geoff.<br>
</font></blockquote></div><br>