[Icecast-dev] ices 2 and linking errors

Matthew Dooner mdooner at gmail.com
Thu Feb 17 00:25:57 PST 2005


I'm getting errors like;
/tmp/ccJK5HgU.o(.text+0x426): In function `connect(shout*,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>)':
: undefined reference to `shout_open'

for each of the ices function calls. My gcc command looks like this;
g++ -o myicestream -L/usr/lib/shout -lmysqlclient myicestream.cpp

and libshout is in;

find /usr -name *shout*              
/usr/lib/pkgconfig/shout.pc
/usr/lib/libshout.so.3.0.0
/usr/lib/libshout.so.3
/usr/lib/libshout.la
/usr/lib/libshout.so
/usr/lib/libshout.a
/usr/include/shout
/usr/include/shout/shout.h

Any suggestions?


More information about the Icecast-dev mailing list