| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| Subject: | DLL error messages suppressed under zsh/RXVT |
| Date: | Fri, 22 Sep 2006 13:34:02 -0400 |
| Message-ID: | <4C89134832705D4D85A6CD2EBF38AE0F7B0F66@PAUMAILU03.ags.agere.com> |
| From: | "Williams, Gerald S \(Jerry\)" <gsw AT agere DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| 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 |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id k8MHYKlq022627 |
I recently ran into a problem where DLL error messages were
apparently suppressed under zsh/RXVT though they appeared
under bash/CONSOLE.
I was trying to build Subversion 1.4.0, and it at one point
configure runs the following command:
ruby -r mkmf -e 'exit(have_func("rb_hash_foreach") ? 0 : 1)'
This never returned since mkmf#have_func() was hanging due
to a rebase issue (at least rebaseall resolved it).
The problem is, I didn't get any error messages. I normally
run zsh under rxvt, invoked as this Windows shortcut:
C:\cygwin\bin\run.exe rxvt -ls -e zsh -l -i
I was eventually able to get some warning messages about the
inability to load certain DLLs when I switched to a bash shell
invoked in a standard console window invoked as this Windows
shortcut:
C:\cygwin\bin\bash.exe --login -i
Unfortunately, I didn't save the messages, and of course I
don't get them anymore now that I've rebased. I'm assuming
that the messages were going straight to the console, which
is why they didn't show up under RXVT, although I could be
wrong.
Does anyone have any idea how I can get error messages like
this while running zsh under RXVT?
gsw
--
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 |