<div dir="ltr"><div>I did the following steps, but still the problem persists.</div><div><br></div>1) checkout on a separate repo. <div><div>            svn checkout <a href="https://svn.xiph.org/trunk/vorbis/">https://svn.xiph.org/trunk/vorbis/</a> ~/vorbis_svn</div></div><div>2)  ./configure<br></div><div>3)  ./autogen.sh </div><div>4)  make</div><div>5)  sudo make install</div><div>6)  cd examples/</div><div>7)  make</div><div><br></div><div>At step 7, I am getting the below error. </div><div><div>/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H   -o decoder_example decoder_example.o ../lib/<a href="http://libvorbis.la">libvorbis.la</a>  </div><div>libtool: link: gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -o .libs/decoder_example decoder_example.o  ../lib/.libs/libvorbis.so</div><div>/usr/bin/ld: decoder_example.o: undefined reference to symbol &#39;ogg_stream_packetout&#39;</div><div>//usr/local/lib/libogg.so.0: error adding symbols: DSO missing from command line</div><div>collect2: error: ld returned 1 exit status</div><div>make: *** [decoder_example] Error 1</div></div><div><br></div><div>Please help me in getting this work done. </div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 18, 2015 at 11:23 PM, Erik de Castro Lopo <span dir="ltr">&lt;<a href="mailto:mle+la@mega-nerd.com" target="_blank">mle+la@mega-nerd.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Arun Balaji Prithivi Raj wrote:<br>
<br>
</span>&gt; When I compiled the &#39;*encoder_example.c&#39;* file present in the above git<br>
<span class="im HOEnZb">&gt; repo,  I am getting this error message.<br>
<br>
</span><span class="im HOEnZb">Please do not send screen shots to the mailing list. Copying the text<br>
and pasting that would have been more than sufficient and actually<br>
easier to read.<br>
<br>
Obivously, it is not possible to compile encode_example.c the way you<br>
tried. This tutorial<br>
<br>
    <a href="http://www.thegeekstuff.com/2012/06/install-from-source/" target="_blank">http://www.thegeekstuff.com/2012/06/install-from-source/</a><br>
<br>
and others like it should get you to a point wherre you can compile<br>
this from source.<br>
<br>
</span><div class="HOEnZb"><div class="h5">Erik<br>
--<br>
----------------------------------------------------------------------<br>
Erik de Castro Lopo<br>
<a href="http://www.mega-nerd.com/" target="_blank">http://www.mega-nerd.com/</a><br>
_______________________________________________<br>
Vorbis-dev mailing list<br>
<a href="mailto:Vorbis-dev@xiph.org">Vorbis-dev@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/vorbis-dev" target="_blank">http://lists.xiph.org/mailman/listinfo/vorbis-dev</a><br>
</div></div></blockquote></div><br></div>