[chord] dhashclient linking problems

Emil Sit sit at MIT.EDU
Tue Jan 3 12:00:09 EST 2006


On Wed, 28 December 2005 at 14:14 (+0100), piotrek jacak wrote:
> here is my Makefile: 
> g++3 -o p2p-dhashclient p2p-dhashclient.c -L/home/pj/chord-build/dhash
> -ldhashclient -L/home/pj/chord-build/utils -lutil
> -L/home/pj/sfs-build/svc/.libs -lsvc -L/home/pj/sfs-build/sfsmisc/.libs
> -lsfsmisc -L/home/pj/chord-build/ -lsvc -L/home/pj/sfs-build/crypt/.libs

Ah, maybe this is the problem.  The path to before -lsvc is wrong.
It should be
    -L/home/pj/chord-build/svc/.libs

-- 
Emil Sit / MIT CSAIL PDOS / http://pdos.csail.mit.edu/chord/  



More information about the chord mailing list