This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb 20000608-1 and itcl/3


Please find attached to this email the output `gdb.log' obtained
by typing:

gdb -nw gdb > gdb.log

I hope this helps,
Jerome

Chris Faylor wrote:
> 
> Very strange.  Your gdb is operating differently than mine.
> 
> If you could debug this a little further, I would appreciate it if
> you could do this:
> 
>       gdb -nw gdb
>       run
>       info shared
> 
> I assume that gdb will eventually exit after producing the error message
> that you are reporting.  At that point you should be able to view the
> "info shared" information.
> 
> I'm interested in exactly what DLLs are being loaded from the "info shared"
> command.  Your strace logs indicate that a DLL is operating differently for
> me than it is for you.
> 
> cgf
> 
> On Sat, Jun 10, 2000 at 12:47:24PM -0600, Jerome Benoit wrote:
> >Chris Faylor wrote:
> >>
> >> On Sat, Jun 10, 2000 at 01:30:58AM -0600, Jerome Benoit wrote:
> >> >Bonjour:
> >> >
> >> >When I run the last `gdb' (say `gdb 20000608-1') I get a window with the
> >> >error message:
> >> >
> >> >Could not find the Iwidgets libraries.
> >> >Got nameofexec: C:\CYGNUS\BIN\GB.EXE
> >> >Error(s) were:
> >> >can't find package Iwidgets 3.0
> >> >Could not find in-place versions of the Iwidgets files
> >> >Looked at: C:/CYGNUS/usr/itcl/iwidgets*
> >> >and C:/CYGNUS/BIN/itcl/iwidgets*
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
GNU gdb 5.0
Copyright 2000 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"...(no debugging symbols found)...
(gdb) run
Starting program: /usr/bin/gdb 
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
Program exited normally.
(gdb) info shared
DLL Name                                   Load Address
c:/cygnus/bin/tix4180.dll                  66601000
c:/windows/system/shell32.dll              7fcb1000
c:/windows/system/comctl32.dll             bfe91000
c:/windows/system/shlwapi.dll              70bd1000
c:/windows/system/comdlg32.dll             7fe11000
c:/cygnus/bin/cygtk80.dll                  66301000
c:/cygnus/bin/cygitk30.dll                 66801000
c:/windows/system/advapi32.dll             bfe81000
c:/windows/system/gdi32.dll                bff21000
c:/windows/system/user32.dll               bff51000
c:/windows/system/kernel32.dll             bff71000
c:/cygnus/bin/cygwin1.dll                  61001000
c:/cygnus/bin/cygtcl80.dll                 66001000
c:/cygnus/bin/cygitcl30.dll                66701000
c:/windows/system/version.dll              bfe71000
c:/windows/system/syntpfcs.dll             63001000
c:/program files/iomega/tools/imghook.dll  30001000
c:/program files/babylon/captlib.dll       0ee51000
(gdb) quit

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]