lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV LYNX iso-8859-1 DGUX


From: Horst . Hanak
Subject: LYNX-DEV LYNX iso-8859-1 DGUX
Date: Wed, 6 Nov 1996 09:06:53 +0100 (MET)

I compiled lynx2-6 on DGUX(R4.11MU02) and the special iso-8859-1
characters are shown 'Ä' -> 'M-D' not 'Ä'(with -lcurses).
                     ************************
On DGUX '-lcurses32' has to be used!
                     'Ä'  -> 'Ä'(with -lcurses32)
                     ****************

   Horst Hanak
__________________________________________________________________
Forschungszentrum Karlsruhe        E-Mail: address@hidden
Institut:INFP       Horst Hanak          -------------------------
Postfach 3640                            tel:     +49 7247/82-3353
D 76021 Karlsruhe     / Germany          fax:     +49 7247/82-4624
__________________________________________________________________

*** lynx2-6/Makefile    Wed Nov  6 08:49:16 1996
--- lynx2-6/Makefile.orig       Sat Aug 31 02:25:42 1996
***************
*** 369,383 ****
                WWWLIB="../WWW/Library/convex/libwww.a"
  
  # You may need to remove -DUTMPX_FOR_UTMP for some versions of DGUX.
- # Horst Hanak address@hidden (Wed Nov  6 08:48:59 MET 1996)
- #    changed -lcurses to -lcurses32 and no -lsocket
- #    (to add International Functions to standard curses )
- #    and removed -lsocket -DUTMPX_FOR_UTMP
  dgux:
        cd WWW/Library/unix; $(MAKE) LYFLAGS="-DDGUX $(SITE_LYDEFS)"
        cd src; $(MAKE) all CC="cc" MCFLAGS="-O -DFANCY_CURSES -DUNIX \
!               -I../$(WWWINC) -DDGUX $(SITE_DEFS)" \
!               LIBS="-lcurses32 -ltermcap -lnsl \
                $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
                WWWLIB="../WWW/Library/unix/libwww.a"
  
--- 369,379 ----
                WWWLIB="../WWW/Library/convex/libwww.a"
  
  # You may need to remove -DUTMPX_FOR_UTMP for some versions of DGUX.
  dgux:
        cd WWW/Library/unix; $(MAKE) LYFLAGS="-DDGUX $(SITE_LYDEFS)"
        cd src; $(MAKE) all CC="cc" MCFLAGS="-O -DFANCY_CURSES -DUNIX \
!               -I../$(WWWINC) -DDGUX -DUTMPX_FOR_UTMP $(SITE_DEFS)" \
!               LIBS="-lcurses -ltermcap -lsocket -lnsl \
                $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
                WWWLIB="../WWW/Library/unix/libwww.a"
  

reply via email to

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