Mail Archives: djgpp/1996/10/16/03:18:02
Axel Schwenke (schwenke AT htwm DOT de) wrote:
: Hi everywhere!
:
: I got a problem with a programm using the ncurses library.
: The linker misses some symbols, namely
: wgetch, wrefresh, initscr, and many more.
: nm says that they are in libcurso.a but the linker doesnt
: find it.
:
: I`m using djgpp 2.0 and pdcurses 2.2 (its the pdc22.zip
: which comes with the djgpp2 tree)
The linker is one pass, so you may need to put the -l option later in the
command line or even in some cases, twice, once early, once late.
- Raw text -