This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compiling lynx-2.8.4.1


I want to get lynx to read my cgi scripts off line, with
--enable-cgi-links      support cgi links w/o a http daemon

and I tried compiling, using the options to configure in README.

--prefix=/usr
--sysconfdir=/etc
--libdir=/usr/share
--docdir=/usr/doc/lynx
--helpdir=/usr/doc/lynx/lynx_help
--with-ssl
--with-ncurses
--enable-default-colors
--enable-nls
--with-nls-datadir=/usr/share

with the exception of --docdir, and --helpdir, which are not
among those offered by configure. I assume they were a shorthand
way of referring to the changing of the default in userdefs.h or
lynx.cfg from a directory on the web to a local directory.

But when I tried with --enable-cgi-links, make fails. And when I
try with the README options, without --docdir and --helpdir of
course, it also fails with this same error:

Linking and creating Lynx executable
gcc  -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./
chrtrans -I.. -I../src -I../WWW/Library/Implementation   -O2   -o lynx.exe  LYCl
ean.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 LY
Keymap.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 -lssl -l
crypto -lssl  -luser32 -lintl
Warning: resolving _cur_term by linking to __imp__cur_term (auto-import)
Warning: resolving _curscr by linking to __imp__curscr (auto-import)
Warning: resolving _stdscr by linking to __imp__stdscr (auto-import)
Warning: resolving _COLOR_PAIRS by linking to __imp__COLOR_PAIRS (auto-import)
Warning: resolving _LINES by linking to __imp__LINES (auto-import)
Warning: resolving _COLS by linking to __imp__COLS (auto-import)
Warning: resolving _h_errno by linking to __imp__h_errno (auto-import)
LYStrings.o(.text+0x4261):LYStrings.c: undefined reference to `acs_map'
LYStrings.o(.text+0x4290):LYStrings.c: undefined reference to `acs_map'
LYStrings.o(.text+0x4ee2):LYStrings.c: undefined reference to `acs_map'
LYStrings.o(.text+0x4f1f):LYStrings.c: undefined reference to `acs_map'
collect2: ld returned 1 exit status
make[1]: *** [lynx.exe] Error 1
make[1]: Leaving directory `/usr/src/lynx-2.8.4-1/src'
make: *** [all] Error 2

So what do I do next? Has anyone succeeeded in compiling lynx?

-- 
Greg Matheson                If there is one thing we learn from the 
Chinmin College              study of language learning, it is that
                             language learners learn more than we learn.  
Taiwan Penpals Archive <URL: http://netcity.hinet.net/kurage>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]