You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with
make -f Makefile.wng REGEX_PACKAGE=regcomp-local
the init_poll() results undefined.
It is necessary to remove it from main.c
/* init_poll(); */
then the final linkage works and less.exe is generated
Compiling with
make -f Makefile.wng REGEX_PACKAGE=regcomp-local
the init_poll() results undefined.
It is necessary to remove it from main.c
/* init_poll(); */
then the final linkage works and less.exe is generated