| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <49D5C12E.8050605@gmail.com> |
| Date: | Fri, 03 Apr 2009 08:56:30 +0100 |
| From: | Dave Korn <dave DOT korn DOT cygwin AT googlemail DOT com> |
| User-Agent: | Thunderbird 2.0.0.17 (Windows/20080914) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Fw: Re: don't know why ./configure command fails |
| References: | <340999 DOT 84572 DOT qm AT web26101 DOT mail DOT ukl DOT yahoo DOT com> |
| In-Reply-To: | <340999.84572.qm@web26101.mail.ukl.yahoo.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Jaroslav Rynik wrote:
> Hello,
>
> I'm sorry for being angry last night.
:) I wasn't at all offended by anything you wrote, I didn't even think you
were angry.
> Anyway, I send both cygchecks and screenshot from ./configure (I was not
> able to export it into a text file although I typed ./configure >
> d:/configure.out)
Some stuff (such as configure) sends its output to the "stderr" channel
instead of "stdout"; in that case, you could write
./configure 2> d:/configure.out
You can capture both at the same time to two different files:
./configure >stdout.txt 2>stderr.txt
For more info, google up a tutorial on shell scripting in bash, and look for
the stuff about redirection.
> (Is C# and C the name for the same programming language? In my setup
> options I have noticed just a C compiler.)
No; C# is a Microsoft-invented language based loosely on C++ but with big
bits of Java mixed in! That's your problem: you need a C# compiler, but there
isn't one in the cygwin distribution. There is, however, a free open source
one available from the Mono project:
http://www.mono-project.com/Main_Page
so you might well be able to get that one working for your configure.
cheers,
DaveK
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |