[Mew-dist 1786] Re: perl faq

SAKAI Kiyotaka ksakai at example.com
1997年 8月 29日 (金) 14:05:58 JST


>> In article <19970829091931F.kazu at example.com>, Kazu Yamamoto (山本和彦) <Kazu at example.com> writes:

> (1) Type "./Configure -d" to let "Configure" to check your system
> configuration. The "-d" option let Perl5 choose default values rather
> than asking questions to you. "Configure" creates the "config.sh" file
> as a result.

> 	% cd _somewhere_perl5_locates_
> 	% ./Configure -d

ちなみに僕は gcc で -O2 のオプティマイズをかけてコンパイルするのが好み
なので、

  ./Configure -des -Dcc='gcc' -Doptimize='-O2'

ということをやっています。変更したいオプションがあらかじめ分かっている
場合には、-D で渡しておくと

> (2) Edit "config.sh" at the final stage of "Configure" using shell escape.

を実行しなくて済むので便利です。

# -d と -des はどう違うのだろう。
-- 
酒井 清隆 (E-mail: ksakai at example.com)



Mew-dist メーリングリストの案内