mingw 3.4.5 missing dlfcn.h?

前端 未结 6 2194
遇见更好的自我
遇见更好的自我 2021-02-20 09:33

is it possible that my mingw 3.4.5 installation is faulty? or is this provided on some other library floating around?

in case you are wondering, dlfcn.h is where stuff l

6条回答
  •  长情又很酷
    2021-02-20 10:14

    I had this problem, and after installing dlfcn-win32-r19.tar.bz2 on windows under cygwin shell, the problem was solved.

    https://code.google.com/p/dlfcn-win32/downloads/detail?name=dlfcn-win32-r19.tar.bz2

    I hope this help other guys.

提交回复
热议问题