Subject: Building Lynx 2.7.1 with ncurses
To: NetBSD Mac <port-mac68k@NetBSD.ORG>
From: Amitai Schlair <amitai.schlair@usa.net>
List: port-mac68k
Date: 08/28/1997 12:31:18
Using the latest ncurses (installed to 'replace' the standard curses), I
tried to make Lynx using the 'netbsd-ncurses' option. Compiling works
OK, but the build gets stuck at the linking stage:

---
Linking and creating Lynx executable
cc -O -DFANCY_CURSES -DNCURSES  -DUNIX -DNO_CUSERID
-I../WWW/Library/Implementation -DDIRED_SUPPORT  -DOK_TAR -DOK_ZIP
-DOK_GZIP -DO
K_UUDECODE -DOK_OVERRIDE -DOK_PERMIT   -I/usr/include/curses -I..  -o
lynx  LYClean.o LYShowInfo.o LYEdit.o LYStrings.o  LYMail.o HT
Alert.o GridText.o LYGetFile.o  LYMain.o LYMainLoop.o LYCurses.o
LYBookmark.o LYUtils.o  LYOptions.o LYReadCFG.o LYSearch.o LYHistor
y.o  LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o
HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYLocal.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 ../WWW/Libr
ary/netbsd/libwww.a  -lcurses -lcompat
LYClean.o: Undefined symbol `_wattr_off' referenced from text segment
LYMail.o: Undefined symbol `_scrollok' referenced from text segment
LYMail.o: Undefined symbol `_scrollok' referenced from text segment
LYMail.o: Undefined symbol `_scrollok' referenced from text segment
LYMail.o: Undefined symbol `_scrollok' referenced from text segment
LYMail.o: Undefined symbol `_scrollok' referenced from text segment
LYMail.o: Undefined symbol `_scrollok' referenced from text segment
LYMail.o: Undefined symbol `_scrollok' referenced from text segment
GridText.o: Undefined symbol `_wattr_off' referenced from text segment
GridText.o: Undefined symbol `_wattr_off' referenced from text segment
GridText.o: Undefined symbol `_wattr_off' referenced from text segment
GridText.o: Undefined symbol `_clearok' referenced from text segment
LYMainLoop.o: Undefined symbol `_wattr_off' referenced from text segment
LYCurses.o: Undefined symbol `_keypad' referenced from text segment
LYCurses.o: Undefined symbol `_setupterm' referenced from text segment
LYBookmark.o: Undefined symbol `_clearok' referenced from text segment
LYBookmark.o: Undefined symbol `_wattr_off' referenced from text segment
LYBookmark.o: Undefined symbol `_clearok' referenced from text segment
LYUtils.o: Undefined symbol `_wattr_off' referenced from text segment
LYUtils.o: Undefined symbol `_wattr_off' referenced from text segment
LYUtils.o: Undefined symbol `_wattr_off' referenced from text segment
LYUtils.o: More undefined symbol _wattr_off refs follow
LYOptions.o: Undefined symbol `_clearok' referenced from text segment
LYOptions.o: Undefined symbol `_clearok' referenced from text segment
LYForms.o: Undefined symbol `_scrollok' referenced from text segment
LYForms.o: Undefined symbol `_wborder' referenced from text segment
LYForms.o: Undefined symbol `_clearok' referenced from text segment
LYNews.o: Undefined symbol `_scrollok' referenced from text segment
LYNews.o: More undefined symbol _scrollok refs follow
HTFWriter.o: Undefined symbol `_clearok' referenced from text segment
*** Error code 1

Stop.
*** Error code 1

Stop.
---

Any ideas what this means and how to get around it?

-- 
Amitai Schlair
amitai.schlair@usa.net
--