2005-02-15 Migrating Win32 C/C++ application to Linux on POWER Linux Windows IBM developerWorks に Windows のプログラムをどうやって Linux へ移植するかという記事が掲載されている。記事は Linux on POWER をターゲットにしているが、POWER プロセッサーに依存した話は今のところ出てきていない。 Part1: Process, thread, and shared memory services Part2: Mutex 逆に UNIX → Windows は マイクロソフトが UNIX Application Migration Guilde を出している。Slahdot でも話題になっているが、問題は MFC とかの Windows 固有機能を使ったライブラリなのよね。。。