Mail Archives: cygwin/1998/03/24/09:37:58
On the weekend, I installed b19 with the b19.1 dll, egcs 1.0.2 from Mumit's
site and tried to recompile a simple program for b19 that worked fine on b18.
Problem: It calls GetCommandLine (or what it's called -- no access to PC
from here). In b18 GetCommandLine returns every arg with a space appended,
e.g.
foo arg1 arg2 arg3
returns in b18 (without the quotes)
"arg1 "
"arg2 "
"arg3 "
which leads to the special case
foo
to return
" "
In b19 this works differently. I haven't tried yet to figure out what
happens but something's definately different. The logic to determine
whether args are there doesn't work anymore.
Another questions:
g77 .... -Wl,--subsystem,windows
doesn't work anymore. What's the trick now?
Michael
-
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".
- Raw text -