Skip to content

Dlfcn-win32

dlfcn-win32 is an implementation of dlfcn for Windows.

How to install

LGPL을 준수하기 위하여 동적 라이브러리로 빌드해야 한다. 아래와 같이 사용하면 된다.

$ ./configure --enable-shared --prefix=/install/path/
$ make
$ make install

License

dlfcn-win32 is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Local Download

dlfcn-win32 master 00d5cd1
Dlfcn-win32-master-00d5cd1.tar.gz (include v1.0.0 tag)

Troubleshooting

Undefined EnumProcessModules

링커 옵션으로 -lpsapi를 추가해 주면 된다.

Favorite site