lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Anyone using Solaris 2.5.1 out there?


From: Larry W. Virden, x2487
Subject: Re: LYNX-DEV Anyone using Solaris 2.5.1 out there?
Date: Mon, 27 Jan 1997 09:26:44 -0500

> just like the -DNO_KEYPAD issue (someone didn't read the documentation).

> I saw another, on one of the targets it links with -mytinfo (why?)

I've no idea.

However, if these things are going to be fixed, I _beg_ folk to go ahead
and to this "right" by changing the Makefile to do:

##change the next lines if you have ncurses installed somewhere.
# Set the NINCLUDE, NLIBDIR and NLIB symbols to the flags appropriate
#  to where you install ncurses on your system.
#NINCLUDE= -I/usr/local/include
#NLIBDIR= -L/usr/local/lib #-R/usr/local/lib # use -R on ELF systems
#NLIB= -lncurses


and then down in the Makefile refer to:

# Solaris 2 ncurses using Sun's unbundled C compiler 
# define RESOLVLIB (above) for the "LIBS" entry if needed
# Solaris2 doesn't have or need ranlib. (ignore the error message about that :)
solaris2-ncurses:
        cd WWW/Library/solaris2; $(MAKE) CC="cc" LYFLAGS="$(CCFLAGS) \  
                $(SITE_LYDEFS)"
        cd src; $(MAKE) all CC="cc" MCFLAGS="$(CCFLAGS) $(LDFLAGS) \
                -DUNIX -DSVR4 -DSOLARIS2 \
                -DLOCALE -DHAVE_TERMIOS_H \
                -DNSL_FORK \ 
                -DUTMPX_FOR_UTMP -DUSE_DIRENT \
                -DCURS_PERFORMANCE -DNCURSES -DFANCY_CURSES \
                $(NINCLUDE) -I../$(WWWINC) $(SITE_DEFS)" \
                LIBS="$(NLIBDIR) $(NLIB) \
                -lnsl -lsocket \
                $(RESOLVLIB) $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
                WWWLIB="../WWW/Library/solaris2/libwww.a"

which will then make it easier to make the changes necessary when 
configuring.
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; 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]