[chord] HELP:linking problem for the chord-sock

Emil Sit sit at MIT.EDU
Thu Apr 12 16:14:34 EDT 2007


On Thu, 12 April 2007 at 18:55 (+0000), aw ta sui wrote:
> . can you explain to me ?
> --bindir  =  directory where to find those binaries ?

Yes, it is either a top-level build directory or the bin directory,
if you have done make install.  If your source directory is
~/src/chord-0.1 and your build directory is ~/build/chord-0.1,
you could, for example,

  ## explicit bindir
  $ cd /tmp
  $ ~/src/chord-0.1/lsd/start-dhash --bindir ~/build/chord-0.1 ...

or

  ## no bindir
  $ cd ~/build/chord-0.1
  $ ~/src/chord-0.1/lsd/start-dhash ...

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



More information about the chord mailing list