2012-11-05 53 views
0

http://iitdu.forumsmotion.com/t108-gcc-compiler-in-notepad安裝記事本++ C編譯器插件:linintl-8.dll缺少

然而所述指令,當NPPExec的執行與代碼提供(下面),ld.exe顯示一個警告,詳細列出linintl -8.dll丟失。

// The script code, C source code compiling with GNU CC (GCC) in notepad++ (by "NppExec" plug-in) and compressing with UPX... 
// 
// Enable? "//" signs remove in code line. 
// Sample: C:\Program Files\CodeBlocks\MinGW\bin\gcc.exe "$(FULL_CURRENT_PATH)" -o $(NAME_PART) 

YOUR_GCC\BIN\_PATH_HERE\gcc.exe "$(FULL_CURRENT_PATH)" -o $(NAME_PART) 

// UPX Compress (with "--best, --ultra-brute" options) 
// Enable? "//" signs remove in code line. 
// Sample: C:\WINDOWS\system32\upx.exe --best --ultra-brute $(NAME_PART).exe 

YOUR_UPX_PATH_HERE\upx.exe --best --ultra-brute $(NAME_PART).exe 

不過,我可以看到linintl-8.dll坐在MinGW的bin目錄。

有沒有人有任何想法如何解決這個問題,或者一個完全不同的方法來成功地編譯記事本++中的C?

+0

不應該說是在系統或SYSTEM32某處? – iabdalkader

+0

@mux:應該嗎? – Stumbler

+1

不知道,這就是爲什麼我發表了評論,你可以試試:) – iabdalkader

回答