diff options
author | Steven Knight <knight@baldmt.com> | 2004-04-03 07:16:45 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-04-03 07:16:45 (GMT) |
commit | 71ecea9cafa95f5cc67fd37aa05733ae1547a186 (patch) | |
tree | 5a9734b8a725f4eaf5a6fc9c9e72b96755c49768 /doc/man/scons.1 | |
parent | 2c09df381e3fa50759e4d74d8c2a8608b250cd3c (diff) | |
download | SCons-71ecea9cafa95f5cc67fd37aa05733ae1547a186.zip SCons-71ecea9cafa95f5cc67fd37aa05733ae1547a186.tar.gz SCons-71ecea9cafa95f5cc67fd37aa05733ae1547a186.tar.bz2 |
Add RPATH support. (Chad Austin)
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r-- | doc/man/scons.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index dfeb3df..0c46747 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -5113,6 +5113,15 @@ are included on this command line. .IP RMICFLAGS General options passed to the Java RMI stub compiler. +.IP RPATH +A list of paths to search for shared libraries when running programs. +Currently only used in the GNU linker. Ignored on platforms and +toolchains that don't support it. Note that the paths added to RPATH +are not transformed by +.B scons +in any way: if you want an absolute +path, you must make it absolute yourself. + .IP SCANNERS A list of the available implicit dependency scanners. [CScan] by default. |