bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

undefined symbols followup


From: Israel Brewster
Subject: undefined symbols followup
Date: Mon, 31 Dec 2001 17:31:49 -0900

As I have said in earlier mailings, I am having some dificulty with using 
ncurses 5.2 in that whenever I try to compile a program that uses it, I get 
a variety of undefined symbols errors. After some further tinkering, I have 
found that in many cases, replacing the generic command with a more 
specific form of the command (such as replacing move(y,x) with 
wmove(stdscr,y,x) fixes the problem. This is not always the case, as 
replacing getstr with wgetnstr still gets the  undefined symbols error, but 
hopefully this will help provide a clue as to what is happening.If anyone 
has any additional ideas as to what I can do about this, or where I can 
go to get more help, please let me know. Thanks!

Israel

p.s. I am using the latest patched version of ncurses 5.2

Israel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]