[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LYNX-DEV Configure patch for SCO
From: |
Jean-Pierre Radley |
Subject: |
LYNX-DEV Configure patch for SCO |
Date: |
Sat, 27 Sep 1997 15:22:37 -0400 |
SCO Unix (both 3.2v4.x and 3.2v5.x) needs to inlude libsocket when compiling.
Using the 0.73 configure file, here's a patch:
*** configure.orig Wed Sep 17 19:34:13 1997
--- configure Sat Sep 27 15:21:20 1997
***************
*** 2520,2528 ****
;;
sco3.2v5*)
test $ac_cv_prog_gcc != yes && CC="cc -belf"
;;
sco*)
! LIBS="$LIBS -lmalloc"
# It's a little late to do much, but try to warn user if he's using
# SCO's cc (which is reported to have broken const/volatile).
case "$CC" in #(vi
--- 2520,2529 ----
;;
sco3.2v5*)
test $ac_cv_prog_gcc != yes && CC="cc -belf"
+ LIBS="$LIBS -lsocket"
;;
sco*)
! LIBS="$LIBS -lmalloc -lsocket"
# It's a little late to do much, but try to warn user if he's using
# SCO's cc (which is reported to have broken const/volatile).
case "$CC" in #(vi
--
Jean-Pierre Radley address@hidden XC/XT Custodian Sysop, CompuServe
SCOForum
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- LYNX-DEV Configure patch for SCO,
Jean-Pierre Radley <=
- Re: LYNX-DEV Configure patch for SCO, Bela Lubkin, 1997/09/28
- Re: LYNX-DEV Configure patch for SCO, Jean-Pierre Radley, 1997/09/28
- Re: LYNX-DEV Configure patch for SCO, T.E.Dickey, 1997/09/28
- Re: LYNX-DEV Configure patch for SCO, Klaus Weide, 1997/09/28
- Re: LYNX-DEV Configure patch for SCO, Jean-Pierre Radley, 1997/09/28
- Re: LYNX-DEV Configure patch for SCO, T.E.Dickey, 1997/09/28
- Re: LYNX-DEV Configure patch for SCO, Jonathan Sergent, 1997/09/28