lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] cygwin compile error


From: Stef Caunter
Subject: Re: [Lynx-dev] cygwin compile error
Date: Tue, 8 Feb 2005 20:17:39 -0500 (EST)

> it omits a link for term.h
>
> Adding that link should make things work

in /usr/include I did -> ln ncurses/term.h term.h

improved things: we get to linking the .o files.
During linking stops at

../WWW/Library/Implementation/libwww.a(HTTCP.o)(.text+0x71b):HTTCP.c: undefined 
reference to `_WSASetLastError'
Info: resolving _cur_term by linking to __imp__cur_term (auto-import)
Info: resolving _curscr by linking to __imp__curscr (auto-import)
Info: resolving _stdscr by linking to __imp__stdscr (auto-import)
Info: resolving _COLORS by linking to __imp__COLORS (auto-import)
Info: resolving _COLOR_PAIRS by linking to __imp__COLOR_PAIRS (auto-import)
Info: resolving _ttytype by linking to __imp__ttytype (auto-import)
Info: resolving _LINES by linking to __imp__LINES (auto-import)
Info: resolving _COLS by linking to __imp__COLS (auto-import)
Info: resolving _h_errno by linking to __imp__h_errno (auto-import)
collect2: ld returned 1 exit status
make[1]: *** [lynx.exe] Error 1
make: *** [all] Error 2







reply via email to

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