[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Configure patch for SCO
From: |
T.E.Dickey |
Subject: |
Re: LYNX-DEV Configure patch for SCO |
Date: |
Sat, 27 Sep 1997 17:09:35 -0400 (EDT) |
>
> 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:
ok - but: I want to know why -lsocket isn't found on that system.
There's already a test for it.
please send the config.log, etc., for analysis.
thanks.
>
>
> *** 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.
> ;
>
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; 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, 1997/09/27
- Re: LYNX-DEV Configure patch for SCO,
T.E.Dickey <=
- 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
- Re: LYNX-DEV Configure patch for SCO, T.E.Dickey, 1997/09/28