Skip to content

Linking Fails on Current Version #169

Description

@ua16

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions