Python을 설치 하면 VC++용 python27.lib 은 있는데 MinGW 버전은 없다. 
아래와 같이 변환하여 사용한다. 
$ gendef /c/Windows/System32/python27.dll
$ dlltool -v --dllname /c/Windows/System32/python27.dll --def python27.def --output-lib libpython27.a'블로그 (Blog) > 개발로그 (Devlogs)' 카테고리의 다른 글
| Python에서 ctags 분석 (0) | 2024.03.18 | 
|---|---|
| MySQL Connector for MinGW (0) | 2024.03.18 | 
| C에서 iconv를 이용한 인코딩 변환 (0) | 2024.03.18 | 
| Msys2 (0) | 2024.03.18 | 
| GNU GPL과 LGPL의 차이점 (0) | 2024.03.18 | 
