Mercurial > emacs
changeset 1584:fed9a9ee5156
* s/sol2.h (LD_SWITCH_SYSTEM): Add -R option.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Nov 1992 00:31:04 +0000 |
parents | 260271f9cd23 |
children | 447d89e51c6e |
files | src/s/sol2.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2.h Mon Nov 16 00:30:10 1992 +0000 +++ b/src/s/sol2.h Mon Nov 16 00:31:04 1992 +0000 @@ -2,8 +2,9 @@ #define POSIX -/* Here is how to find X Windows. */ -#define LD_SWITCH_SYSTEM -L/usr/openwin/lib +/* Here is how to find X Windows. The -L option tells the linker where + to find the libraries at link time, the -R option at run time. */ +#define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib #define C_SWITCH_X_SYSTEM -I/usr/openwin/include /* Compile in non-ansi fashion to work around bugs in system header files. */