ibmemcached Linking Error: undefined reference to `memcached_exist'
问题 I am trying to write a sample code using libmemcached c/c++ client version (0.53) gcc -o test test.c -I/home/libmemcached/include -L/home/libmemcached/lib -lmemcached -lmemcachedutil However i get an error /tmp/ccoaToYP.o: In function main': test.c:(.text+0x255): undefined reference to memcached_exist' Has anyone come across this issue ? I cannot use version higher than 0.53 (basically any 1.0) due to limitation with installed gcc. I see that this command was added for 0.53. Also, The path