I am planning to port this on a an ARM platform running Linux .  Actually I was hunting for the makefile in the libogg and libvorbis folders and I could not find it  . I guess I need to make use of the autotools to first generate the makefile from <a href="http://makefile.in">makefile.in</a> , <a href="http://config.h.in">config.h.in</a> etc before I can make the necessary changes in the entries like<br>
 <br>CROSS_COMPILE   and ARCH in the makefile , right ?<br> <br>Regards<br>Diptopal<br><br>
<div class="gmail_quote">On Thu, Apr 16, 2009 at 1:48 PM, Conrad Parker <span dir="ltr">&lt;<a href="mailto:conrad@metadecks.org">conrad@metadecks.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2009/4/15 Diptopal Basu &lt;<a href="mailto:diptopal.basu@gmail.com">diptopal.basu@gmail.com</a>&gt;:<br>
<div class="im">&gt;<br>&gt;   I do not have a clue as to where to change the makefiles and config<br>&gt; files for the ligogg and the libvorbis files for building them with ARM<br>&gt; compiler  . What are the factors that I need to take care if I try to cross<br>
&gt; compile these libraries on ARM ?<br>&gt;<br><br></div>ok, then you need to start there. Read up on GNU autotools support for<br>that platform. It is probably just a matter of running:<br><br>./configure --host=...<br>
<br>or<br><br>./configure --target=...<br><br>and setting the prefix to your compiler in there.<br><font color="#888888"><br>Conrad.<br></font></blockquote></div><br>