Displaying 1 result from an estimated 1 matches for "_freereplyobject".
2010 Nov 30
1
Adding dependencies
....a
timing/.libs/libicetiming.a -lssl -lcrypto -lcurl -lvorbis -logg -lxslt
-lxml2 -lz -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 understa...