[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Problem with make
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev Problem with make |
Date: |
Wed, 17 Jul 2002 11:01:53 -0400 |
User-agent: |
Mutt/1.2.5i |
On Wed, Jul 17, 2002 at 08:58:35AM -0400, Kris Zabriskie wrote:
> I am trying to install Lynx 2.8.4 on a Tru64 machine with an Alpha chip. I
> have installed ncurses 5.2 and slang 1.4.5. The configure looks fine and
> runs fine, but when I run make, these are the final commands issued.
>
> Linking and creating Lynx executable
> gcc -DDSYS5 -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I..
> -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation -O2 -o
> lynx LYClean.o LYShowInfo.o LYEdit.o LYStrings.o LYMail.o HTAlert.o
> GridText.o LYGetFile.o LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o
> LYUtils.o LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYForms.o LYPrint.o
> LYrcFile.o LYDownload.o LYNews.o LYKeymap.o HTML.o HTFWriter.o HTInit.o
> DefaultStyle.o LYUpload.o LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o
> LYTraversal.o LYEditmap.o LYCharSets.o LYCharUtils.o LYMap.o LYCookie.o
> LYStyle.o LYHash.o LYPrettySrc.o TRSTable.o UCdomap.o UCAux.o UCAuto.o
> LYLocal.o ../WWW/Library/Implementation/libwww.a -lncurses
It looks as if one or more files are compiled using Tru64's curses.h rather
than ncurses's curses.h - I don't see exactly what.
> getcury
a macro in ncurses
> getcurx
a macro in ncurses
> _acs_map
in Tru64's header file
> prev_lynx_edit_mode
> _setecho
not in ncurses
> map_string_to_keysym
only present if NCURSES_VERSION was defined.
> collect2: ld returned 1 exit status
> make[1]: *** [lynx] Error 1
> make[1]: Leaving directory `/usr/users/zabriskw/lynx2-8-4/src'
> make: *** [all] Error 2
>
> Does anyone have any ideas?
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden