[vorbis-dev] building under NetBSD and using /dev/audio

Jack Moffitt jack at icecast.org
Wed Feb 28 12:15:06 PST 2001



> Should I stop? Is there any interest in building under NetBSD? (I assume
> there is, especially since the license change.)

No, monty and I are a little tired from the frenzy of release, and the
resulting email barrage we're dealing with at the moment.  We do want to
fix this problem, since it is probably very easy to do so.

> I believe this is caused because liboss.so is not linked against
> libossaudio.so. My src/plugins/oss/Makefile only has -lossaudio used once
> for ESD_LIBS. (This makes no sense -- why would this have references to
> ESD_ which are not even used?) I tried adding -lossaudio to LIBS and 
> CFLAGS, but it made no difference. The relevant part of my make follows:

ESD needs the lib too, since it has to output sound (it has it's own
stuff similar to libao).  It's just doing the right thing to detect it
which we aren't.  Now that we know we're missing a lib, we can start
testing to see if adding it fixes it, and make sure we're detecting that
properly.

> How can I get the Makefile to add the necessary shared library
> dependency?

In configure.in or Makefile.am fine the line for LDFLAGS or for LIBS,
and add -lossaudio explicitly.  You can probably find this line in the
Makefile as well.

> By the way, I also receive:
>   /usr/local/lib/ao/libesd.so: Undefined PLT symbol
>   "esd_play_stream" (reloc type = 7, symnum = 8)

It is linking against -lesd right?

jack.

--- >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-dev-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-dev mailing list