Dara Parsavand
2000-Jul-14 12:51 UTC
[vorbis] Compiling question about the nightly CVS download
I'm doing something wrong but the directions I follow seem simple: tar xvfz vorbis-nightly-cvs.tgz (in /root) cd vorbis ./configure make make install There didn't seem to be any unusual output from configure or make, but make install results in: cat install.sh >install chmod a+x install both of these files are empty. The directories /usr/local/bin, usr/local/man and /usr/local/lib all remain empty (but the README says they will be populated). I'm sure I'm doing something obviously wrong, anyone care to guess what it is? Is there another source of info besides the README that I should be looking at for compilation instructions? Thanks - Dara (who for too long depended on a SysAdmin for everything but Matlab scripts) __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Ralph Giles
2000-Jul-14 13:07 UTC
[vorbis] Compiling question about the nightly CVS download
On Fri, 14 Jul 2000, Dara Parsavand wrote:> There didn't seem to be any unusual output from configure or make, > but make install results in: > > cat install.sh >install > chmod a+x install > > both of these files are empty.It's not you, the README is wrong. There's no 'install' target at all. The examples are all statically linked (which is want you want anyway for things like player plugins). So you can just copy them to usr/local/bin, and maybe the contents of the docs directory to /usr/local/share/doc/vorbis/ Is the plan to make libvorbis a shared lib for 1.0? -ralph -- giles@ashlu.bc.ca it's easy enough to set up your own little fief, surround yourself with agreeable people, and pretend you're right too. -- graydon, http://advogato.net/article/119.html --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.