> 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 _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
