From: syring@pollux.edv.agrar.tu-muenchen.de (Karl Martin Syring)
Subject: RE: cygwish80 & cygtclsh80
3 Mar 1998 17:59:30 -0800
Message-ID: <01BD46A4.28838250.cygnus.gnu-win32@syringpollux.edv.agrar.tu-muenchen.de>
Reply-To: "syring@pollux.edv.agrar.tu-muenchen.de"
	 <syring@pollux.edv.agrar.tu-muenchen.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: "'Mumit Khan'" <khan@xraylith.wisc.edu>
Cc: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>

You are right. Now, if you add
SET TIX_LIBRARY=/usr/share/tix4.1/
to the cygnus.bat file even gdb will work in case you have mounted the CYGROOT 
directory as /usr. Strangely
SET TIX_LIBRARY=%CYGROOT%\share\tix4.1\
did not do the trick.

Regards
Karl




-----Original Message-----
From:	Mumit Khan [SMTP:khan@xraylith.wisc.edu]
Sent:	Monday, March 02, 1998 10:41 PM
To:	Noah M. Zigas
Cc:	gnu-win32@cygnus.com
Subject:	Re: cygwish80 & cygtclsh80

Wonder if it's the old .rsrc section problem ... See if the executables
have a .rsrc section:

  % objump -h cygwish80.exe

will give you a list of sections in the left column (eg., .text, .data,
etc). If it does have ".rsrc" entry, try the following on the executables
giving you trouble:

  % [save the original somewhere!]
  % objcopy --remove-section=.rsrc cygwish80.exe

I don't have b19 installed yet, so I might be completely off the base
here. Also, I don't know what you might lose by removing the .rsrc
section. Let's hope that Ian Taylor is reading this message.

Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
