[mew-win32 4599] Re: 6.4+W0

Kazu Yamamoto (山本和彦) <[email protected]> Mon, 31 Oct 2011 10:57:12 +0900 (JST)
Newsgroups gmane.mail.mew.windows
Message-ID <[email protected]>
山本です。

> というわけで、stripしたものを 6.4+W1 として下記に置いておきました。
> 
>   http://www.ysnb.net/mew/dist/MEW64W1.ZIP

遅くなりましたが、Mew.org にも置きました。

> stripExe :: Verbosity -> LocalBuildInfo -> FilePath -> FilePath -> IO ()
> stripExe verbosity lbi name path = when (stripExes lbi) $
>   case lookupProgram stripProgram (withPrograms lbi) of
>     Just strip -> rawSystemProgram verbosity strip args
>     Nothing    -> unless (buildOS == Windows) $
>                   -- Don't bother warning on windows, we don't expect them to
>                   -- have the strip program anyway.
>                   warn verbosity $ "Unable to strip executable '" ++ name
>                                 ++ "' (missing the 'strip' program)"
> 
> ご丁寧に、Windowsだと警告しないようになっているみたいだし。
> 何となく、stripはgccとかと同じ場所にあって、コンパイル時には
> そこを見ているけど、インストール時には見てない、という感じ
> ですかねぇ。

どうしたいのか要望があれば、バグレポを書きますよ。

--かず