lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Patch: compiling Lynx on Digital UNIX 4.0


From: Tomas Vanhala
Subject: lynx-dev Patch: compiling Lynx on Digital UNIX 4.0
Date: Sun, 26 Apr 1998 22:25:08 +0300 (EET DST)

Here's a patch for compiling Lynx 2.8 with DEC C 5.2 (the
bundled C compiler) on Digital UNIX 4.0:

*** configure.orig      Fri Mar  6 19:04:16 1998
--- configure   Sun Apr 26 19:07:18 1998
***************
*** 2535,2540 ****
--- 2535,2545 ----
        LDFLAGS=`echo "$LDFLAGS -Zmt -Zcrtdll" | sed "s/-Zexe//g"`
        PROG_EXT=".exe"
        ;;
+ osf4*)
+       # The -Olimit flag (see below) is no longer available with
+       # Digital C 5.2, which is bundled with Digital UNIX 4.0.
+       CFLAGS="$CFLAGS -DDSYS5"
+       ;;
  osf*)
        # Increase the maximum size of functions that will be optimized.
        test -z "$GCC" && CFLAGS="$CFLAGS -O -Olimit 4000"

reply via email to

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