lynx-dev
[Top][All Lists]
Advanced

[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.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]