Displaying 1 result from an estimated 1 matches for "_rediscommand".
2010 Nov 30
1
Adding dependencies
...-lpthread -licucore -lm
Undefined symbols:
"_redisConnect", referenced from:
_logging_playlist in logging.o
"_redisFree", referenced from:
_logging_playlist in logging.o
"_freeReplyObject", referenced from:
_logging_playlist in logging.o
"_redisCommand", referenced from:
_logging_playlist in logging.o
ld: symbol(s) not found
I see the various -l statements above, and wonder how to get my library
included in that list. I'm just attempting to understand how you've
configured the build process for Icecast.
Nicholas
-------------...