From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: cygwish80 & cygtclsh80 2 Mar 1998 20:54:14 -0800 Message-ID: <9803022140.AA05113.cygnus.gnu-win32@modi.xraylith.wisc.edu> References: <3 DOT 0 DOT 3 DOT 32 DOT 19980301165337 DOT 009cc350 AT mail-hub> To: "Noah M. Zigas" Cc: gnu-win32 AT cygnus DOT com 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 AT cygnus DOT com" with one line of text: "help".