Hi,

2013/6/25 MICHAEL SMITH <mssm...@btinternet.com>:
> Could anyone please shed some light on this please?
>
> Compiling liquidsoap 1.1.1 from source on Ubuntu 10.04 server 64 bit
>
> ./configure: done
> make: done
> sudo make install: fails at
> OCAMLOPT -o liquidsoap
> with .../src/libogg_stubs.a(ogg_stubs.o): In function
> 'ocaml_ogg_stream_pageout':
> .../ocaml-ogg-0.4.5/src/ogg_stubs.c:326 undefined reference to
> 'ogg_stream_pageout_fill'
> collect2: ld returned 1 exit status
> Error: Error during linking

This error shows up because you have a rather old version of the
libogg. You may do one of two things:
* Update your libogg
* Compile ocaml-ogg from the latest git code, where old version of the
libogg are gracefully supported now.

Romain

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to