go1.5
[tag:]
goのver1.5のリリースは6/1かと思っていたら8月に
延びていたようだ。
6/9付のdevel版をcloneして、go1.4.2でコンパイルして
使ってみているが、stをbuildするときにつまづく。
C:\go\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1 C:/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev2/mingw64/bin/../lib/gcc/ x86_64-w64-mingw32/4.9.1/../../../../x86_64-w64-mingw32/bin/ld.exe: i386 architecture of input file `C:\Users\***\AppData\Local\Temp\go-link- 352082723/000000.o' is incompatible with i386:x86-64 output collect2.exe: error: ld returned 1 exit status
というエラーなのだが、やっと原因が判明。
アイコン用に用意していた.sysoファイルのせいのようで、
一度消してwindresで再度生成したら無事buildできた。
おそらく、32bit版のmingwに同梱されているwindresで
コンパイルしたものを使い続けていたせいなのだろう。