Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-02 03:52:52


Hi,
the code which is responsible to v1 install of Boost, in top-level Jamfile,
uses HardLink to create links to shared libraries on Unix:

HardLink $(noversion-file) : $(version-file) ;

Why hard link is used? I always though symlink should be used; all libraries
use symlinks on my system.

Any comments?

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk