ziguzagu.org

cygwinのrebase/rebaseall

CygwinのperlにGD::Graphをインストールしようとしたら、

C:\cygwin\bin\perl.exe (268): *** unable to remap C:\cygwin\bin\cygfreetype-6.dll to same address as parent(0xE00000) != 0xE90000

というエラーが。Cygwin固有の問題らしく、これを解決するためにrebaseとrebaseallコマンドというのが用意されているとのことで早速インストーる(Utilsカテゴリに発見)。で、今度はrebaseallでDLLを別オフセットに移動してから、もう一度トライ。

> rebaseall
> perl -MCPAN -e 'install GD::Graph'

うむ、無事終了。