[vorbis] Re: ogg123 on Solaris

Ano Nymous personne70 at hotmail.com
Wed Aug 28 06:38:36 PDT 2002



Hi,

>I have compiled the Vorbis libraries and tools on Solaris 8
>using Forte 6  update 2. I am now trying to run ogg123 but
>nothing happens:

I've recompiled everything and it works now. Go figure. I'm still using the 
"-fast" option flag:

$ setenv CC cc
$ setenv CFLAGS -fast
$
$ cd curl-7.9.8
$ ./configure --prefix=/usr/local/curl-7.9.8 \
          --with-ssl=/usr/local/openssl
$ gmake
$ gmake install
$
$ cd ../libao-0.8.3
$ ./configure --prefix=/usr/local/libao-0.8.3
$ gmake
$ gmake install
$
$ cd ../libogg-1.0
$ ./configure --prefix=/usr/local/libogg-1.0
$ gmake
$ gmake install
$
$ cd ../libvorbis-1.0
$ ./configure --prefix=/usr/local/libvorbis-1.0 \
          --with-ogg=/usr/local/libogg
$ gmake
$ gmake install
$
$ cd ../vorbis-tools-1.0
$ ./configure --prefix=/usr/local/vorbis-tools-1.0 \
          --with-ao=/usr/local/libao \
          --with-ogg=/usr/local/libogg \
          --with-vorbis=/usr/local/libvorbis \
          --with-curl=/usr/local/curl
$ gmake
$ gmake install

<p>_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list