[Bug 1422] compile problems due to compilation of ncurses with tinfo in separate library

Wine Bugs wine-bugs at winehq.com
Sat Jun 28 11:08:58 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1422





------- Additional Comments From z_god at 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. 

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list