From: Wil C. <wc...@na...> - 2006-07-14 20:59:42
|
On Fri, 2006-07-14 at 16:53 -0400, Scott Fletcher wrote: > I have one quick question that came to my mind. In the past when I > compiled Perl then upon installing it would I have to keep-on answering > some questions about Perl. I didn't really like that because I don't > know the answers to some of the questions. =20 >=20 > So, is it possible to make it all automatic when installing Perl? That's what '-des' (or '-d -e -s') does: $ bash Configure -h Usage: Configure [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=3Dvalu= e] [-U symbol] [-U symbol=3D] [-A command:symbol...] -d : use defaults for all answers. -e : go on without questioning past the production of config.sh. ... -s : silent mode, only echoes questions and essential information. Wil --=20 Wil Cooley <wc...@na...> Naked Ape Consulting, Ltd |