=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for wyrd-1.4.6nb11 ocamlc.opt -c locale_wrap.c /usr/pkg/bin/gmake -C curses byte opt && touch .stamp_built_curses gmake[1]: Entering directory '/var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses' gmake[2]: Entering directory '/var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses' ocamldep curses.mli > ._bcdi/curses.di ocamldep -pp "gcc -x c -E " curses.ml > ._d/curses.d ocamldep keys.ml > ._d/keys.d ocamlc -c -cc "clang" -ccopt "-fPIC -g -Wall -DHAVE_CONFIG_H \ -DPIC -I/usr/pkg/include -I/usr/include \ -o ml_curses.o " ml_curses.c In file included from ml_curses.c:216: ./functions.c:386:15: warning: variable 'x' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^~~~~~~~~~~ /usr/include/curses.h:1094:30: note: expanded from macro 'getsyx' #define getsyx(y,x) do { if (newscr) { \ ^~~~~~ ./functions.c:386:40: note: uninitialized use occurs here BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^ ml_curses.c:61:31: note: expanded from macro 'r_int_int' Store_field(ret,1,Val_int(y)); \ ^ /usr/pkg/lib/ocaml/caml/mlvalues.h:77:29: note: expanded from macro 'Val_int' #define Val_int(x) Val_long(x) ^ /usr/pkg/lib/ocaml/caml/mlvalues.h:73:47: note: expanded from macro 'Val_long' #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) ^ /usr/pkg/lib/ocaml/caml/memory.h:464:27: note: expanded from macro 'Store_field' value caml__temp_val = (val); \ ^~~ ./functions.c:386:15: note: remove the 'if' if its condition is always true BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^ /usr/include/curses.h:1094:26: note: expanded from macro 'getsyx' #define getsyx(y,x) do { if (newscr) { \ ^ ./functions.c:386:11: note: initialize the variable 'x' to silence this warning BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^ = 0 ./functions.c:386:15: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^~~~~~~~~~~ /usr/include/curses.h:1094:30: note: expanded from macro 'getsyx' #define getsyx(y,x) do { if (newscr) { \ ^~~~~~ ./functions.c:386:38: note: uninitialized use occurs here BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^ ml_curses.c:60:31: note: expanded from macro 'r_int_int' Store_field(ret,0,Val_int(x)); \ ^ /usr/pkg/lib/ocaml/caml/mlvalues.h:77:29: note: expanded from macro 'Val_int' #define Val_int(x) Val_long(x) ^ /usr/pkg/lib/ocaml/caml/mlvalues.h:73:47: note: expanded from macro 'Val_long' #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) ^ /usr/pkg/lib/ocaml/caml/memory.h:464:27: note: expanded from macro 'Store_field' value caml__temp_val = (val); \ ^~~ ./functions.c:386:15: note: remove the 'if' if its condition is always true BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^ /usr/include/curses.h:1094:26: note: expanded from macro 'getsyx' #define getsyx(y,x) do { if (newscr) { \ ^ ./functions.c:386:13: note: initialize the variable 'y' to silence this warning BEG0 int x,y; getsyx(y,x); r_int_int(y,x); END ^ = 0 ./functions.c:596:1: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ML1(unctrl,string,chtype) ^~~~~~~~~~~~~~~~~~~~~~~~~ ml_curses.c:106:9: note: expanded from macro 'ML1' { RA1 r_##tr(f(a_##ta(aa))); } ^~~~~~~~~~~~~~~~~~~~~ :252:1: note: expanded from here r_string ^ ml_curses.c:77:11: note: expanded from macro 'r_string' { char *ret=f; \ ^ ~ In file included from ml_curses.c:216: ./functions.c:597:1: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ML1(keyname,string,int) ^~~~~~~~~~~~~~~~~~~~~~~ ml_curses.c:106:9: note: expanded from macro 'ML1' { RA1 r_##tr(f(a_##ta(aa))); } ^~~~~~~~~~~~~~~~~~~~~ :264:1: note: expanded from here r_string ^ ml_curses.c:77:11: note: expanded from macro 'r_string' { char *ret=f; \ ^ ~ ml_curses.c:240:20: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] caml__dummy_win = caml__dummy_win; ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ 5 warnings generated. ar rcs libcurses_stubs.a ml_curses.o ocamlc -c keys.ml ocamlc -c curses.mli ocamlc -c -pp "gcc -x c -E " curses.ml ocamlmklib \ -o curses_stubs ml_curses.o \ -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib ocamlc -a -dllib dllcurses_stubs.so -custom -ccopt -L/usr/lib -ccopt -Wl,-R/usr/lib -ccopt -L/usr/pkg/lib -ccopt -Wl,-R/usr/pkg/lib -cclib -lcurses_stubs -o curses.cma keys.cmo curses.cmo gmake[2]: Leaving directory '/var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses' sed \ -e 's/@PACKAGE@/curses/' \ -e 's/@VERSION@/1.0.3/' \ -e 's/@CURSES@/ncurses/' \ < META.in > META ranlib *.a gmake[2]: Entering directory '/var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses' ocamldep -native curses.mli > ._ncdi/curses.di gmake[2]: 'libcurses_stubs.a' is up to date. ocamlopt -c keys.ml ocamlopt -c -pp "gcc -x c -E " curses.ml ocamlopt -a -ccopt -L/usr/lib -ccopt -Wl,-R/usr/lib -ccopt -L/usr/pkg/lib -ccopt -Wl,-R/usr/pkg/lib -cclib -lcurses_stubs -o curses.cmxa keys.cmx curses.cmx gmake[2]: Leaving directory '/var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses' ranlib *.a gmake[1]: Leaving directory '/var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses' ocamlopt.opt -c -pp camlp4o -g -I ./curses install.ml echo "let version = \""1.4.6"\"" > version.ml echo "let date = \""`date`"\"" >> version.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses version.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses utility.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses rcfile.ml File "rcfile.ml", line 226, characters 30-46: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. File "rcfile.ml", line 243, characters 30-46: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. File "rcfile.ml", line 473, characters 27-42: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) ocamlopt.opt -c -pp camlp4o -g -I ./curses time_lang.ml File "time_lang.ml", line 516, characters 30-46: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "time_lang.ml", line 544, characters 30-46: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. ocamlopt.opt -c -pp camlp4o -g -I ./curses interface.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses cal.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses remind.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses interface_draw.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses interface_main.ml File "interface_main.ml", line 1929, characters 46-59: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 8.5) ocamlc.opt -c -pp camlp4o -g -I ./curses locale.mli ocamlopt.opt -c -pp camlp4o -g -I ./curses locale.ml ocamlopt.opt -c -pp camlp4o -g -I ./curses main.ml ocamlopt.opt -pp camlp4o -g -I ./curses -o wyrd.opt curses/curses.cmxa locale_wrap.o str.cmxa unix.cmxa install.cmx version.cmx utility.cmx rcfile.cmx time_lang.cmx interface.cmx cal.cmx remind.cmx interface_draw.cmx interface_main.cmx locale.cmx main.cmx ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_addch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:3: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:3: undefined reference to `waddch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_waddch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:4: undefined reference to `waddch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvaddch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:5: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:5: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:5: undefined reference to `waddch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwaddch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:6: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:6: undefined reference to `waddch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_echochar': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:7: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:7: undefined reference to `wechochar' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wechochar': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:8: undefined reference to `wechochar' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_addchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:19: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:19: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_waddchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:21: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvaddchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:23: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:23: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:23: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwaddchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:26: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:26: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_addchnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:30: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:30: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_waddchnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:34: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvaddchnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:38: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:38: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:38: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwaddchnstr_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:42: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:42: undefined reference to `waddchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_addstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:48: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:48: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_waddstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:49: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvaddstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:50: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:50: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:50: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwaddstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:51: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:51: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_addnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:53: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:53: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_waddnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:55: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvaddnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:57: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:57: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:57: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwaddnstr_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:60: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:60: undefined reference to `waddnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_attroff': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:65: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:65: undefined reference to `wattr_off' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wattroff': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:66: undefined reference to `wattr_off' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_attron': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:67: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:67: undefined reference to `wattr_on' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wattron': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:68: undefined reference to `wattr_on' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_attrset': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:69: undefined reference to `stdscr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_standend': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:71: undefined reference to `stdscr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_standout': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:73: undefined reference to `stdscr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_attr_off': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:77: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:77: undefined reference to `wattr_off' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wattr_off': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:79: undefined reference to `wattr_off' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_attr_on': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:81: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:81: undefined reference to `wattr_on' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wattr_on': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:83: undefined reference to `wattr_on' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_attr_set': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:85: undefined reference to `stdscr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_chgat': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:103: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:103: undefined reference to `wchgat' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wchgat': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:105: undefined reference to `wchgat' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvchgat': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:108: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:108: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:108: undefined reference to `wchgat' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwchgat_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:111: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:111: undefined reference to `wchgat' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_beep': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:116: undefined reference to `beep' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_flash': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:117: undefined reference to `flash' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_bkgdset': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:121: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:121: undefined reference to `wbkgdset' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wbkgdset': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:122: undefined reference to `wbkgdset' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_bkgd': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:123: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:123: undefined reference to `wbkgd' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wbkgd': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:124: undefined reference to `wbkgd' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_border_bytecode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:129: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:129: undefined reference to `wborder' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_border_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:129: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:129: undefined reference to `wborder' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wborder_bytecode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:130: undefined reference to `wborder' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wborder_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:130: undefined reference to `wborder' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_box': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:131: undefined reference to `wborder' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_hline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:132: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:132: undefined reference to `whline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_whline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:133: undefined reference to `whline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_vline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:134: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:134: undefined reference to `wvline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wvline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:135: undefined reference to `wvline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvhline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:137: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:137: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:137: undefined reference to `whline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwhline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:138: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:138: undefined reference to `whline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvvline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:139: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:139: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:139: undefined reference to `wvline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwvline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:140: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:140: undefined reference to `wvline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_erase': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:144: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:144: undefined reference to `werase' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_werase': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:145: undefined reference to `werase' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_clear': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:146: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:146: undefined reference to `wclear' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wclear': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:147: undefined reference to `wclear' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_clrtobot': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:148: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:148: undefined reference to `wclrtobot' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wclrtobot': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:149: undefined reference to `wclrtobot' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_clrtoeol': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:150: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:150: undefined reference to `wclrtoeol' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wclrtoeol': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:151: undefined reference to `wclrtoeol' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_start_color': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:155: undefined reference to `start_color' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_init_pair': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:156: undefined reference to `init_pair' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_init_color': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:157: undefined reference to `init_color' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_has_colors': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:158: undefined reference to `has_colors' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_can_change_color': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:159: undefined reference to `can_change_color' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_color_content': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:161: undefined reference to `color_content' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_pair_content': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:164: undefined reference to `pair_content' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_colors': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:166: undefined reference to `COLORS' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_color_pairs': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:167: undefined reference to `COLOR_PAIRS' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_use_default_colors': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:171: undefined reference to `use_default_colors' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_delch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:172: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:172: undefined reference to `wdelch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wdelch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:173: undefined reference to `wdelch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvdelch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:174: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:174: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:174: undefined reference to `wdelch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwdelch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:175: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:175: undefined reference to `wdelch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_deleteln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:179: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:179: undefined reference to `winsdelln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wdeleteln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:180: undefined reference to `winsdelln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_insdelln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:181: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:181: undefined reference to `winsdelln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winsdelln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:182: undefined reference to `winsdelln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_insertln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:183: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:183: undefined reference to `winsdelln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winsertln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:184: undefined reference to `winsdelln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvgetch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:188: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:188: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:188: undefined reference to `wgetch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwgetch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:189: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:189: undefined reference to `wgetch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_ungetch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:190: undefined reference to `ungetch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_getstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:195: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:195: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wgetstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:197: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvgetstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:199: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:199: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:199: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwgetstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:201: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:201: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_getnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:204: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:204: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wgetnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:206: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvgetnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:208: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:208: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:208: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwgetnstr_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:211: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:211: undefined reference to `wgetnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_inch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:227: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:227: undefined reference to `winch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:228: undefined reference to `winch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:229: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:229: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:229: undefined reference to `winch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:230: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:230: undefined reference to `winch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_inchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:240: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:240: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:244: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:248: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:248: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:248: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinchstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:252: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:252: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_inchnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:257: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:257: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winchnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:262: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinchnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:267: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:267: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:267: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinchnstr_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:272: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:272: undefined reference to `winchnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_insch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:279: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:279: undefined reference to `winsch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winsch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:280: undefined reference to `winsch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinsch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:281: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:281: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:281: undefined reference to `winsch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinsch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:282: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:282: undefined reference to `winsch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_initscr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:286: undefined reference to `initscr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_endwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:287: undefined reference to `endwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_isendwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:288: undefined reference to `isendwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_newterm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:299: undefined reference to `newterm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_set_term': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:303: undefined reference to `set_term' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_delscreen': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:305: undefined reference to `delscreen' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_stdscr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:309: undefined reference to `stdscr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_insstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:315: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:315: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winsstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:317: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinsstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:319: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:319: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:319: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinsstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:321: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:321: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_insnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:324: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:324: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winsnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:326: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinsnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:328: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:328: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:328: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinsnstr_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:330: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:330: undefined reference to `winsnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_instr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:336: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:336: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:338: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:340: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:340: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:340: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:342: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:342: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_innstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:345: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:345: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_winnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:347: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvinnstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:349: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:349: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:349: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwinnstr_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:351: undefined reference to `wmove' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:351: undefined reference to `winnstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_cbreak': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:356: undefined reference to `cbreak' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_nocbreak': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:357: undefined reference to `nocbreak' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_echo': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:358: undefined reference to `echo' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_noecho': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:359: undefined reference to `noecho' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_halfdelay': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:360: undefined reference to `halfdelay' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_intrflush': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:361: undefined reference to `intrflush' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_keypad': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:362: undefined reference to `keypad' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_meta': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:363: undefined reference to `meta' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_nodelay': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:364: undefined reference to `nodelay' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_raw': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:365: undefined reference to `raw' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_noraw': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:366: undefined reference to `noraw' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_noqiflush': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:367: undefined reference to `noqiflush' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_qiflush': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:368: undefined reference to `qiflush' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_notimeout': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:369: undefined reference to `notimeout' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_timeout': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:370: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:370: undefined reference to `wtimeout' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wtimeout': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:371: undefined reference to `wtimeout' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_typeahead': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:373: undefined reference to `typeahead' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_notypeahead': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:375: undefined reference to `typeahead' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_def_prog_mode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:379: undefined reference to `def_prog_mode' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_def_shell_mode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:380: undefined reference to `def_shell_mode' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_reset_prog_mode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:381: undefined reference to `reset_prog_mode' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_reset_shell_mode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:382: undefined reference to `reset_shell_mode' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_resetty': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:383: undefined reference to `resetty' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_savetty': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:384: undefined reference to `savetty' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_getsyx': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:386: undefined reference to `newscr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_setsyx': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:387: undefined reference to `newscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:387: undefined reference to `leaveok' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:387: undefined reference to `leaveok' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:387: undefined reference to `wmove' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_curs_set': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:388: undefined reference to `curs_set' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_napms': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:389: undefined reference to `napms' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_ripoffline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:392: undefined reference to `ripoffline' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mousemask': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:403: undefined reference to `mousemask' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_move': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:409: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:409: undefined reference to `wmove' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wmove': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:410: undefined reference to `wmove' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_clearok': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:414: undefined reference to `clearok' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_idlok': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:415: undefined reference to `idlok' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_idcok': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:416: undefined reference to `idcok' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_immedok': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:417: undefined reference to `immedok' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_leaveok': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:418: undefined reference to `leaveok' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_setscrreg': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:419: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:419: undefined reference to `wsetscrreg' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wsetscrreg': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:420: undefined reference to `wsetscrreg' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_scrollok': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:421: undefined reference to `scrollok' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_nl': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:422: undefined reference to `nl' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_nonl': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:423: undefined reference to `nonl' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_overlay': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:427: undefined reference to `overlay' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_overwrite': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:428: undefined reference to `overwrite' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_copywin_bytecode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:429: undefined reference to `copywin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_copywin_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:429: undefined reference to `copywin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_newpad': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:433: undefined reference to `newpad' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_subpad': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:434: undefined reference to `subpad' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_prefresh_bytecode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:435: undefined reference to `prefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_prefresh_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:435: undefined reference to `prefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_pnoutrefresh_bytecode': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:436: undefined reference to `pnoutrefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_pnoutrefresh_native': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:436: undefined reference to `pnoutrefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_pechochar': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:437: undefined reference to `pechochar' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_refresh': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:441: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:441: undefined reference to `wrefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wrefresh': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:442: undefined reference to `wrefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wnoutrefresh': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:443: undefined reference to `wnoutrefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_doupdate': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:444: undefined reference to `doupdate' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_redrawwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:445: undefined reference to `wredrawln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wredrawln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:446: undefined reference to `wredrawln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wresize': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:450: undefined reference to `wresize' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_resizeterm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:452: undefined reference to `resizeterm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_scr_dump': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:466: undefined reference to `scr_dump' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_scr_restore': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:467: undefined reference to `scr_restore' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_scr_init': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:468: undefined reference to `scr_init' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_scr_set': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:469: undefined reference to `scr_set' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_scroll': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:473: undefined reference to `wscrl' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_scrl': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:474: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:474: undefined reference to `wscrl' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wscrl': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:475: undefined reference to `wscrl' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_init': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:479: undefined reference to `slk_init' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_set': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:480: undefined reference to `slk_set' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_refresh': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:481: undefined reference to `slk_refresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_noutrefresh': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:482: undefined reference to `slk_noutrefresh' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_label': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:483: undefined reference to `slk_label' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_clear': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:484: undefined reference to `slk_clear' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_restore': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:485: undefined reference to `slk_restore' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_touch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:486: undefined reference to `slk_touch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_attron': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:487: undefined reference to `slk_attron' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_attroff': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:488: undefined reference to `slk_attroff' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_slk_attrset': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:489: undefined reference to `slk_attrset' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_baudrate': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:493: undefined reference to `baudrate' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_erasechar': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:494: undefined reference to `erasechar' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_has_ic': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:495: undefined reference to `has_ic' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_has_il': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:496: undefined reference to `has_il' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_killchar': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:497: undefined reference to `killchar' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_longname': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:498: undefined reference to `longname' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_termattrs': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:499: undefined reference to `termattrs' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_termname': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:500: undefined reference to `termname' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tgetent': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:505: undefined reference to `tgetent' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tgetflag': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:506: undefined reference to `tgetflag' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tgetnum': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:507: undefined reference to `tgetnum' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tgetstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:509: undefined reference to `tgetstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tgoto': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:510: undefined reference to `tgoto' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_setupterm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:515: undefined reference to `setupterm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_setterm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:516: undefined reference to `setupterm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_cur_term': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:518: undefined reference to `cur_term' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_set_curterm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:519: undefined reference to `set_curterm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_del_curterm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:520: undefined reference to `del_curterm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_restartterm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:522: undefined reference to `restartterm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_putp': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:523: undefined reference to `putp' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_vidattr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:524: undefined reference to `vidattr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvcur': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:525: undefined reference to `mvcur' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tigetflag': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:527: undefined reference to `tigetflag' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tigetnum': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:528: undefined reference to `tigetnum' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tigetstr': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:530: undefined reference to `tigetstr' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tputs': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:535: undefined reference to `tputs' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_vidputs': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:538: undefined reference to `vidputs' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_tparm': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:554: undefined reference to `tparm' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_bool_terminfo_variable': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:576: undefined reference to `boolnames' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:576: undefined reference to `boolcodes' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:576: undefined reference to `boolfnames' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_num_terminfo_variable': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:577: undefined reference to `numnames' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:577: undefined reference to `numcodes' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:577: undefined reference to `numfnames' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_str_terminfo_variable': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:578: undefined reference to `strnames' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:578: undefined reference to `strcodes' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:578: undefined reference to `strfnames' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_touchwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:587: undefined reference to `wtouchln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_touchline': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:588: undefined reference to `wtouchln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_untouchwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:589: undefined reference to `wtouchln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wtouchln': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:590: undefined reference to `wtouchln' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_is_linetouched': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:591: undefined reference to `is_linetouched' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_is_wintouched': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:592: undefined reference to `is_wintouched' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_unctrl': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:596: undefined reference to `unctrl' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_keyname': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:597: undefined reference to `keyname' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_filter': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:598: undefined reference to `filter' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_use_env': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:599: undefined reference to `use_env' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_putwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:602: undefined reference to `putwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_getwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:605: undefined reference to `putwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_delay_output': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:606: undefined reference to `delay_output' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_flushinp': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:607: undefined reference to `flushinp' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_newwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:611: undefined reference to `newwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_delwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:612: undefined reference to `delwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:613: undefined reference to `mvwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_subwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:614: undefined reference to `subwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_derwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:615: undefined reference to `derwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_mvderwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:616: undefined reference to `mvderwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_dupwin': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:617: undefined reference to `dupwin' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wsyncup': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:618: undefined reference to `wsyncup' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_syncok': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:619: undefined reference to `syncok' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wcursyncup': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:620: undefined reference to `wcursyncup' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wsyncdown': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:621: undefined reference to `wsyncdown' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_get_acs_codes': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/./functions.c:629: undefined reference to `acs_map' ./curses/libcurses_stubs.a(ml_curses.o): In function `winch_handler': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/ml_curses.c:212: undefined reference to `ungetch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_getch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/ml_curses.c:227: undefined reference to `stdscr' /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/ml_curses.c:227: undefined reference to `wgetch' ./curses/libcurses_stubs.a(ml_curses.o): In function `mlcurses_wgetch': /var/pkgsrc/work/time/wyrd/work/wyrd-1.4.6/curses/ml_curses.c:244: undefined reference to `wgetch' clang: error: linker command failed with exit code 1 (use -v to see invocation) File "caml_startup", line 1: Error: Error during linking Makefile:85: recipe for target 'wyrd.opt' failed gmake: *** [wyrd.opt] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/time/wyrd *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/time/wyrd