エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
HOWTO: Cross-compile a Go app for Windows from Linux
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
HOWTO: Cross-compile a Go app for Windows from Linux
I recently needed to test some app on windows, and while cross-compiling in Go is straight-forwar... I recently needed to test some app on windows, and while cross-compiling in Go is straight-forward, the app had some C code and apparently on Arch Linux the mingw64-gcc package is misconfigured. After some head scratching I figured out a workaround until the package is fixed (task #4313), you have to link your Go code against ssp. note this bug is specific to Arch Linux, however other distros migh