Le Wednesday 05 November 2008 16:45:19 Stanly, vous avez écrit :
> Hello everyone.

        Hi !

> I'm trying to compile ocaml-shout-0.2.6 at my box that is running
> Centos 5.2 i386, and I get the following configure error:
>
> configure: error: libshout not found

Libshout is detected using pkg-config. You can try locally using this command:

pkg-config --exists shout && echo "yes" || echo "no"

You may also add --debug to see more logs.

pkg-config detects library using .pc files. In my system, I have the 
following:
19:30 [EMAIL PROTECTED] /tmp% cat /usr/lib/pkgconfig/shout.pc
# libshout pkg-config source file

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
cppflags= -I/usr/local/include
cflags_only= -pthread

Name: Shout
Description: Audio streaming library for icecast encoders
Version: 2.2.2
Requires: ogg, vorbis, theora, speex
Libs: -L${libdir} -lshout
Cflags: -I${includedir}   -pthread

Good luck !

Romain


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to