On Thu, 2004-12-23 at 03:58, John Covici wrote:> Hi. I just checked out the latest icecast from svn and I am now
> getting errors in format_vorbis.c amoung which are the following:
> Note: These were detected at link time.
>
> format.o(.text+0x9d): In function `format_get_plugin':
> /usr/src/icecast/src/format.c:69: undefined reference to
> `format_ogg_get_plugin'
> format_vorbis.o(.text+0x296): In function `get_buffer_audio':
> /usr/src/icecast/src/format_vorbis.c:158: undefined reference to
> `make_refbuf_with_page'
>
> Any assistance would be appreciated.
these symbols are in the format_ogg.c file and that is in the
non-optional part of the build.
Can you state what you did to achieve this, maybe send (off-list) the
config.log
karl.