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

wine-bugs at wine.codeweavers.com wine-bugs at wine.codeweavers.com
Tue Apr 29 10:40:01 CDT 2003


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

           Summary: compile problems due to compilation of ncurses with
                    tinfo in separate library
           Product: Wine
           Version: CVS
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-programs
        AssignedTo: wine-bugs at winehq.com
        ReportedBy: man at oceanography.ru


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.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1422>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.



More information about the wine-bugs mailing list