X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Date: Mon, 30 Aug 2010 23:52:05 +0200 From: Michael Ludwig To: cygwin AT cygwin DOT com Subject: Building Mutt: configure: invalid value of canonical build Message-ID: <20100830215205.GD4028@wladimir> Mail-Followup-To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The mutt mail reader shipping with Cygwin does not have SMTP enabled, which I'd like to give a try. So I tried to build mutt, but encountered problems. The machine is 64-Bit PC running Win7/64/Pro, and Cygwin, of course. I have both gcc 3 and 4 installed. ./configure --prefix=/usr/local/mutt --build=i686-pc \ --enable-imap --enable-smtp --enable-hcache --with-regex --with-ssl Note that I specified a (wrong) --build option, but read on and see below. Independently of that --build option, I got the following error: configure: error: cannot run /bin/sh ./config.sub The solution is easy: touch config.sub Got the same for install-sh, by the way. Now on to the main error. Trying again the same configure line. \,,,/ (o o) ------oOOo-(_)-oOOo------ checking whether build environment is sane... yes /bin/sh: /usr/src/mutt-1.5.20-1.milu/orig/missing: No such file or directory configure: WARNING: `missing' script is too old or missing ... [don't know if the above is a problem] ... checking build system type... configure: error: invalid value of canonical build ------------------------- It is only after receiving an error because of the script's failure to guess the build system that I added the --build option to configure. But obviously I didn't fill in a correct value. What should I try? -- Michael Ludwig -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple