From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kevin Wright" To: "Cygwin-Mailing-List" Subject: Problems compiling lynx2-8-4 Date: Tue, 13 Feb 2001 19:57:00 -0000 Message-id: <000f01c09631$22dd5b70$b01661c7@holstein-mobile.ASPECTDV.COM> X-SW-Source: 2001-02/msg00734.html Ok. I got inspired to attempt to compile my own lynx. However, I had to make a few changes (I'll send a patch later) but got stuck on this during linking: LYMainLoop.o(.text+0xe5ec):LYMainLoop.c: undefined reference to `string_short' When I looked at the code, it looks like this is needed for: /* Show the URL & kanji code . */ I managed to comment this code out so it now compiles but I wonder where I can get string_short from? A google search showed my the lynx-dev mailing archives that said it was externed but that didn't help. In any case, if anyone is interested, I could make it available. This version looks for terminfo files in /usr/share/terminfo. Also, since it is built with the cygncurses5.dll, is smaller than the old version. -rwxrwxrwx 1 kwright Administ 1244672 Feb 13 19:43 lynx.exe $ cygcheck ./lynx.exe ./lynx.exe C:\WINNT\System32\cygwin1.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\ntdll.dll f:\cygwin\bin\cygncurses5.dll C:\WINNT\System32\USER32.dll C:\WINNT\System32\GDI32.dll C:\WINNT\System32\ADVAPI32.dll C:\WINNT\System32\RPCRT4.dll $ ./lynx --version Lynx Version 2.8.4dev.17 (08 Feb 2001) Built on cygwin Feb 13 2001 19:06:47 --Kevin Wright -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple