From: Richard M. Stallman Date: Tue, 19 Jul 1994 16:43:47 +0000 (+0000) Subject: [__GNUC__] (LIBX11_SYSTEM): Add -lcposix. X-Git-Tag: emacs-19.34~7569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed80e1ca508aa1ed6a7a0cbd7afed36510519c21;p=emacs.git [__GNUC__] (LIBX11_SYSTEM): Add -lcposix. --- diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h index d5c390f6145..091ba3e9d52 100644 --- a/src/s/isc4-0.h +++ b/src/s/isc4-0.h @@ -6,3 +6,10 @@ #define ISC4_0 #define NEED_SIOCTL + +/* fmcphers@csugrad.cs.vt.edu reported this was necessary. + He used GCC. I don't know what is needed with other compilers. */ +#ifdef __GNUC__ +#undef LIBX11_SYSTEM +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc +#endif