Displaying 1 result from an estimated 1 matches for "myicestream".
2005 Feb 17
1
ices 2 and linking errors
...39;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 s...