J�r�me-Georges-Michel BENOIT wrote: > Bonjour: > > I am rebuilding the tetex-beta (cygwin) package. > I have a trouble with ncurces: > when I build dialog, > I get the error message: > > undefined reference to `acs_map' > > How can we fix it ?
Looks like you don't have the current ncurses.h file: it should have a line like: #define acs_map acs_mapf() and extern const chtype * acs_mapf(void); Does 'dialog' attempt to declare 'acs_map' itself, and not #include ncurses.h ? --Chuck
