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
Compilation with mingw32-make and gcc using the files in the wincon directory succeeds without any errors using the WIDE=Y and INFOEX=N flags. Makefile is used.
Compilation of test program succeeds using gcc -c.
Linking the test program .o file and the pdcurses.a file using gcc main.o pdcurses.a fails and gives the following error:
pdcurses.a(pdcsetsc.o):pdcsetsc.c:(.text+0xd2): undefined reference to `PDC_mbstowcs'
collect2.exe: error: ld returned 1 exit status
Test program linking succeeds with the stable version 3.9 from sourceforge. (Following the same compilation steps)
The text was updated successfully, but these errors were encountered:
Compilation with
mingw32-make
andgcc
using the files in thewincon
directory succeeds without any errors using theWIDE=Y
andINFOEX=N
flags.Makefile
is used.Compilation of test program succeeds using
gcc -c
.Linking the test program
.o
file and thepdcurses.a
file usinggcc main.o pdcurses.a
fails and gives the following error:Test program linking succeeds with the stable version
3.9
from sourceforge. (Following the same compilation steps)The text was updated successfully, but these errors were encountered: