a.exe works only if stripped (newbie question)

John Gerard Malecki johnm@artisan.com
Thu Feb 5 16:16:00 GMT 1998


I'm new to GNU-Win32, Windows-NT and PCs in general.  I have ported
Matthias Blume's scheme interpreter VSCM to the most recent version of
GNU-Win32.  The executable runs only after it is stripped.  For
example,

	bash.exe-2.01$ ./scheme.exe
	bash.exe: ./scheme.exe: Not owner
	bash.exe-2.01$ strip ./scheme.exe
	bash.exe-2.01$ ./scheme.exe
	Welcome to VSCM (V0r4)
	>

It does not seem to matter whether I use basic b18 or I enhance it
with coolview.  It does not matter whether it was compiled with -g or
-O.  So far it works well but if a bug does crop up it sure would be
nice to run gdb on the executable.

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



More information about the Cygwin mailing list