[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LYNX-DEV same problem compiling lynx 2.8
From: |
Jacques Maciel |
Subject: |
LYNX-DEV same problem compiling lynx 2.8 |
Date: |
Mon, 6 Apr 1998 15:43:19 -0300 (EST) |
I execute configure at lynx 2.8 under linux.
when I run make, I receive this errors,
What can I do to compile lynx?
---
cd WWW/Library/unix && make CC="gcc" \
LY_CFLAGS="-O2 -DLINUX " \
CPPFLAGS="" \
LYFLAGS=""
make[1]: Entering directory `/home/jacques/work/lynx2-8/WWW/Library/unix'
make[1]: `../../Library/unix/libwww.a' is up to date.
make[1]: Leaving directory `/home/jacques/work/lynx2-8/WWW/Library/unix'
cd src && make all CC="gcc" \
CFLAGS="-O2 -DLINUX " \
CPPFLAGS="" \
LIBS="-lcurses -ltermcap " \
SITE_DEFS="" \
WWWINC=WWW/Library/Implementation \
WWWLIB="../WWW/Library/unix/libwww.a"
make[1]: Entering directory `/home/jacques/work/lynx2-8/src'
Compiling Lynx sources
cd chrtrans && make \
SITE_DEFS="" \
CFLAGS="-O2 -DLINUX " \
CPPFLAGS="" \
CC="gcc" tables
make[2]: Entering directory `/home/jacques/work/lynx2-8/src/chrtrans'
make[2]: Nothing to be done for `tables'.
make[2]: Leaving directory `/home/jacques/work/lynx2-8/src/chrtrans'
Linking and creating Lynx executable
gcc -DHAVE_CONFIG_H -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src
-I../WWW/Library/Implementation -O2 -DLINUX -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 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 -lcurses -ltermcap
LYMail.o: In function `reply_by_mail':
LYMail.o(.text+0x1838): undefined reference to `scrollok'
LYMail.o(.text+0x1d48): undefined reference to `scrollok'
LYMail.o(.text+0x1fd4): undefined reference to `scrollok'
LYMail.o(.text+0x21b8): undefined reference to `scrollok'
LYMail.o(.text+0x2260): undefined reference to `scrollok'
LYMail.o(.text+0x239a): more undefined references to `scrollok' follow
LYCurses.o: In function `LYbox':
LYCurses.o(.text+0x35): undefined reference to `wborder'
LYCurses.o: In function `lynx_enable_mouse':
LYCurses.o(.text+0x112): undefined reference to `mousemask'
LYCurses.o(.text+0x11d): undefined reference to `mousemask'
LYCurses.o: In function `setup':
LYCurses.o(.text+0x2b5): undefined reference to `setupterm'
LYCurses.o: In function `lynx_force_repaint':
LYCurses.o(.text+0x39c): undefined reference to `clearok'
LYOptions.o: In function `popup_choice':
LYOptions.o(.text+0x38f9): undefined reference to `scrollok'
LYForms.o: In function `popup_options':
LYForms.o(.text+0xc0d): undefined reference to `scrollok'
LYNews.o: In function `LYNewsPost':
LYNews.o(.text+0x15f): undefined reference to `scrollok'
LYNews.o(.text+0x5b9): undefined reference to `scrollok'
LYNews.o(.text+0x793): undefined reference to `scrollok'
LYNews.o(.text+0xad0): more undefined references to `scrollok' follow
make[1]: *** [lynx] Error 1
make[1]: Leaving directory `/home/jacques/work/lynx2-8/src'
make: *** [all] Error 2
--
* Jacques Maciel * <PGP Key available>
SysAdmin Painet Informatica.
address@hidden
- LYNX-DEV same problem compiling lynx 2.8,
Jacques Maciel <=