http://bugs.winehq.com/show_bug.cgi?id=1422
------- Additional Comments From z_god@wanadoo.nl 2003-28-06 11:08 ------- Bug comments restored from Gmane.org:
Wine-20030408 compilation fails in a couple of places (missing symbols), because of the way I compiled ncurses. Ncurses could be compiled with --with-termlib option which build terminfo-stuff into separate library, libtinfo. I've got such a build, but wine would only add "-lncurses" to it's command line when compiling/linking. So these symbols are not found. Wine configure should check whether some terminfo-stuff symbol (e.g., acs_map) is in libtinfo or libncurses, and in the former case, use "-lncurses -ltinfo". Manual adding of -ltinfo to makefile did the compile for me, but it should be incorporated to configure.