Opened 14 years ago

Closed 14 years ago

#1902 closed Patches (fixed)

consistently use symbolic links for versioned libraries under linux

Reported by: Frank Mori Hess Owned by: Vladimir Prus
Milestone: Boost 1.36.0 Component: build
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description

Here is a patch which makes boost create symbolic links to the built libraries instead of some symbolic and some hard links. It adds some fallback code for NT, which does a copy when a symlink is requested (based on the common.hard-link action for NT).

Attachments (1)

build_symbolic_links.patch (1.3 KB ) - added by Frank Mori Hess 14 years ago.

Download all attachments as: .zip

Change History (2)

by Frank Mori Hess, 14 years ago

Attachment: build_symbolic_links.patch added

comment:1 by Vladimir Prus, 14 years ago

Resolution: fixed
Status: newclosed

(In [45445]) Consistently use symlinks when installing Boost.

  • Jamroot: use symlink, not hardlink
  • tools/build/v2/tools/symlink.jam: Implement fallback for doing symlinks on Windows.

Fixes #1902. Thanks to Frank Mori Hess for the patch.

Note: See TracTickets for help on using tickets.