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)
Compilation with
mingw32-makeandgccusing the files in thewincondirectory succeeds without any errors using theWIDE=YandINFOEX=Nflags.Makefileis used.Compilation of test program succeeds using
gcc -c.Linking the test program
.ofile and thepdcurses.afile usinggcc main.o pdcurses.afails and gives the following error:Test program linking succeeds with the stable version
3.9from sourceforge. (Following the same compilation steps)