StephanTLavavej / mingw-distro

MinGW distro build scripts.
492 stars 55 forks source link

libdl.a not exist #54

Closed wjx0912 closed 6 years ago

wjx0912 commented 6 years ago

hi, i just switch from msys2 to nuwen-mingw, in msys2, the libdl.a and dlfcn.h exist, but not in nuwen-mingw. why delete this file? it's useful for some project.

here is my error when build etcd on golang(windows use nuwen-mingw): c:/mingw-nuwen/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ldl collect2.exe: error: ld returned 1 exit status

wish your reply, thanks.

StephanTLavavej commented 6 years ago

Apparently this is https://github.com/dlfcn-win32/dlfcn-win32 , which I have no interest in building, but you can build it yourself if you like.