comparison src/s/sol2.h @ 3161:2965c226e5ed

* s/sol2.h (C_SWITCH_X_SYSTEM): Deleted. (LD_SWITCH_SYSTEM): Delete the -L option, leave just -R.
author Jim Blandy <jimb@redhat.com>
date Thu, 27 May 1993 03:02:21 +0000
parents 0001f88fc0db
children 358923f49f13
comparison
equal deleted inserted replaced
3160:ce5dcfc00c34 3161:2965c226e5ed
1 #include "usg5-4.h" 1 #include "usg5-4.h"
2 2
3 #define POSIX 3 #define POSIX
4 4
5 #if 0 5 /* Here is how to find X Windows. The -R option says where
6 /* Here is how to find X Windows. The -L option tells the linker where 6 to find X windows at run time. */
7 to find the libraries at link time, the -R option at run time. */
8 #define C_SWITCH_X_SYSTEM -I/usr/openwin/include
9 #ifndef __GNUC__ 7 #ifndef __GNUC__
10 #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib 8 #define LD_SWITCH_SYSTEM -R/usr/openwin/lib
11 #else /* GCC */ 9 #else /* GCC */
12 #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib 10 #define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib
13 #endif /* GCC */ 11 #endif /* GCC */
14 #endif /* 0 */
15 12
16 /* Compile in non-ansi fashion to work around bugs in system header files. */ 13 /* Compile in non-ansi fashion to work around bugs in system header files. */
17 #ifndef __GNUC__ 14 #ifndef __GNUC__
18 #define C_SWITCH_SYSTEM -Xs 15 #define C_SWITCH_SYSTEM -Xs
19 #else /* GCC */ 16 #else /* GCC */