diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-16 00:31:04 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-16 00:31:04 +0000 |
commit | edaf4ff544f005acf914a153284f7fdc7de85070 (patch) | |
tree | 0e9b5a17449a6de501a6a56cc83443770e61b096 /src/s/sol2.h | |
parent | 4968c1026fd04662fc3e3eb25992e68c183cc0d0 (diff) | |
download | emacs-edaf4ff544f005acf914a153284f7fdc7de85070.tar.gz |
* s/sol2.h (LD_SWITCH_SYSTEM): Add -R option.
Diffstat (limited to 'src/s/sol2.h')
-rw-r--r-- | src/s/sol2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index e3b7b2d0378..c985e96967b 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -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. */ |