這是一個常見的問題

應該要記下來

首先用 powershell 跟 dumpbin 把資料拿出來

dir -r | % {if ($_ -like "*.a")
        {
            "./dumpbin /symbols " + $_.fullname
            ./dumpbin /symbols $_.fullname > t.txt
            get-content t.txt | Out-File -append a.txt
        }
    }

大約 80318 kb

http://damody.googlecode.com/files/mingw4.6.2.symbol.txt.7z

如果你有 _popen LNK2019 錯誤之類的問題

可以找一下,一定可以解決。

常見的至少都要 libmingwex.a 跟 libgcc.a 這兩個檔就好。

arrow
arrow
    全站熱搜

    讓地獄深紅的天亮 發表在 痞客邦 留言(0) 人氣()