[mew-win32 4599] Re: 6.4+W0
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2011年 10月 31日 (月) 10:57:12 JST
山本です。
> というわけで、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とかと同じ場所にあって、コンパイル時には
> そこを見ているけど、インストール時には見てない、という感じ
> ですかねぇ。
どうしたいのか要望があれば、バグレポを書きますよ。
--かず
Mew-win32 メーリングリストの案内