lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Compilation error on NeXTstep 4.0


From: T.E.Dickey
Subject: Re: LYNX-DEV Compilation error on NeXTstep 4.0
Date: Wed, 14 Jan 1998 16:01:10 -0500 (EST)

> cc -DHAVE_CONFIG_H  -I. -I.. -I./chrtrans -I..
> -I../WWW/Library/Implementation  -DNEXT -DXMOSAIC_HACK  -c ./UCAuto.c
> Linking and creating Lynx executable
> cc -DHAVE_CONFIG_H  -I. -I.. -I./chrtrans -I..
> -I../WWW/Library/Implementation  -DNEXT -DXMOSAIC_HACK   -o lynx
> LYClean.o LYShowInf
> o.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 De
> faultStyle.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 LYExtern.o LYStyle.o LYHash.o  UCdomap.o UCAux.o
> UCAuto.o  ../WWW/Library/unix/libwww.a -lncurses
> /bin/ld: Undefined symbols:
> __echoit
> __rawmode
> __tty
> __tty_ch
I don't see these symbols referenced in either lynx or ncurses - I assume
they're gotten by some header redefining one of the symbols in either
lynx or ncurses.  You may be able to figure it out by using the 'nm'
program (I assume NeXT has one) on the .o files to see which module
references the symbol.

Once we know what the problem is, we can decide how to solve it.

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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