delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/10/25/22:07:30

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Date: Fri, 26 Oct 2001 02:08:27 +0200
From: "Gerrit P. Haase" <gp AT familiehaase DOT de>
X-Mailer: The Bat! (v1.53d)
Reply-To: "Gerrit P. Haase" <cygwin AT cygwin DOT com>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <158475522154.20011026020827@familiehaase.de>
To: Christopher Faylor <cygwin AT cygwin DOT com>
Subject: Re: Updated: gdb-20010428-2
In-Reply-To: <20011019211707.A20183@redhat.com>
References: <20011019183348 DOT A15756 AT redhat DOT com>
<3BD0D5D4 DOT 30525 DOT 639071C5 AT localhost> <20011019202721 DOT A7402 AT redhat DOT com>
<20011019211707 DOT A20183 AT redhat DOT com>
MIME-Version: 1.0
X-Hops: 1
X-Sender: 320081107336-0001 AT t-dialin DOT net

Hallo Christopher,

Am 2001-10-20 um 03:17 schriebst du:

> On Fri, Oct 19, 2001 at 08:27:21PM -0400, Christopher Faylor wrote:
>>On Sat, Oct 20, 2001 at 01:39:32AM +0200, Gerrit P. Haase wrote:
>>>Christopher Faylor schrieb am 2001-10-19, 18:33:
>>>
>>>>I've made a new version of gdb/insight available.
>>>
>>>It doesn't work if you have set CYGWIN=check_case:strict:
>>
>>Ok.  I'll fix this.  I hated seeing all of the upper case DLL names
>>provided by Windows 95 but it if breaks strict case checking then
>>I guess I'll have to live with this.

> I've uploaded a gdb-20010428-3 which removes a strlwr from gdb, so
> now you get to see all of the dlls in their strangely cased glory.

> I hope this fixes the strict case checking problem.

It seems to be that I'm the only one using check_case:strict?
Or is my NT which is messed up?

$ set | grep CYGWIN
CYGWIN=$'ntsec binmode tty nowinsymlinks notitle check_case:strict'

$ gdb -nw wwwoffled
GNU gdb 5.0 (20010428-3)
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run -c /var/spool/wwwoffle/wwwoffle.conf
Starting program: /usr/local/sbin/wwwoffled.exe -c /var/spool/wwwoffle/wwwoffle.conf
/cygdrive/c/WINNT/system32/KERNEL32.dll: No such file or directory.
/cygdrive/c/WINNT/System32/advapi32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/USER32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/GDI32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/RPCRT4.dll: No such file or directory.
/cygdrive/c/WINNT/System32/rpcltc1.dll: No such file or directory.
/cygdrive/c/WINNT/System32/netapi32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/MSVCRT.dll: No such file or directory.
/cygdrive/c/WINNT/system32/NETRAP.dll: No such file or directory.
/cygdrive/c/WINNT/system32/SAMLIB.dll: No such file or directory.
/cygdrive/c/WINNT/System32/wsock32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/WS2_32.dll: No such file or directory.
/cygdrive/c/WINNT/system32/WS2HELP.dll: No such file or directory.
/cygdrive/c/WINNT/System32/rnr20.dll: No such file or directory.
/cygdrive/c/WINNT/System32/rasadhlp.dll: No such file or directory.
wwwoffled[378] Important: WWWOFFLE Demon Version 2.6d (with zlib,without ipv6) started.
/cygdrive/c/WINNT/system32/msafd.dll: No such file or directory.
/cygdrive/c/WINNT/System32/wshtcpip.dll: No such file or directory.

$ ls /cygdrive/c/WINNT/system32/KERNEL32.dll
ls: /cygdrive/c/WINNT/system32/KERNEL32.dll: No such file or directory

$ ls /cygdrive/c/WINNT/system32/KERNEL32.DLL
/cygdrive/c/WINNT/system32/KERNEL32.DLL*

If I run gdb with:
$ set | grep CYGWIN
CYGWIN=$'ntsec binmode tty nowinsymlinks notitle '

I get this one here:
$ gdb -nw wwwoffled
GNU gdb 5.0 (20010428-3)
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run -c /var/spool/wwwoffle/wwwoffle.conf
Starting program: /usr/local/sbin/wwwoffled.exe -c /var/spool/wwwoffle/wwwoffle.conf
"/cygdrive/c/WINNT/system32/KERNEL32.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/advapi32.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/NETRAP.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/SAMLIB.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/WS2_32.dll": error reading line numbers

"/cygdrive/c/WINNT/system32/WS2HELP.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/rnr20.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/rasadhlp.dll": error reading line numbers

wwwoffled[317] Important: WWWOFFLE Demon Version 2.6d (with zlib,without ipv6) started.
"/cygdrive/c/WINNT/system32/msafd.dll": error reading line numbers

"/cygdrive/c/WINNT/System32/wshtcpip.dll": error reading line numbers


Program exited normally.
(gdb) quit

Ciao,

Gerrit P. Haase                            mailto:gp AT familiehaase DOT de
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019