lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev configure problem with 2.8.5 on SunOS 5.9


From: Henry Nelson
Subject: Re: lynx-dev configure problem with 2.8.5 on SunOS 5.9
Date: Fri, 20 Feb 2004 10:47:01 +0900
User-agent: Mutt/1.5.4i-ja.1

On Thu, Feb 19, 2004 at 07:30:08AM -0500, Webmaster Jim wrote:
> "old" curses, but the makefiles being generated are trying to use
> ncurses.

The question I have is not directly related to Jim's, but to building/
linking with ncursesw on NetBSD 1.6.
                    ^
What are the correct CPPFLAGS and LIBS (or LDFLAGS) environment variables
when ncurses-5.4 is built with the following configure options?
  --prefix=/usr/local
  --disable-overwrite
  --enable-widec
  --without-curses-h

Would I be better off not using that last option, "--without-curses-h"?

Haven't gotten to Lynx yet, but nvi is giving me trouble with:
  CPPFLAGS="-I/usr/local/include/ncursesw"
  LIBS="-L/usr/local/lib -lncursesw"
Should CPPFLAGS simply point to "/usr/local/include", (and therefore it's
possible to omit the path to header files)?

Specifically, at line 42 of "/usr/local/include/ncursesw/termcap.h"
there is "#include <ncursesw/ncurses_dll.h>".  Shouldn't that be:
"#include <ncurses_dll.h>" since we're already in "ncursesw/"?

Many thanks.

__Henry

P.S.  Was lucky: the business office threats of closing down my mail
on Wednesday turned out to be empty.  Still, the days are limited; just
don't know when.


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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