Corinna Vinschen wrote: > On Mon, Jan 07, 2002 at 03:47:01PM +0800, Greg Matheson wrote: > >>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? >> > > Use -DBROKEN_LINKER when compiling. That's a problem with current > ncurses and current binutils.
"...and current binutils." -- I don't think binutils is actually at fault here, in the sense that there is some bug that needs fixing. Without BROKEN_LINKER, the ncurses code tries to do something that is just not possible with PE DLLs + the windows runtime loader. The bug is that ncurses treats BROKEN_LINKER as a private symbol; but in fact it should be part of the public headers because it changes the external library interface -- and clients need to know about that. I'm working on a fix to ncurses. Stay tuned. --Chuck > > -- 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/