Mail Archives: djgpp-workers/1996/08/11/10:05:56
Date: | Sun, 11 Aug 1996 09:54:02 -0400
|
Message-Id: | <199608111354.JAA08681@delorie.com>
|
From: | DJ Delorie <dj>
|
To: | eliz AT is DOT elta DOT co DOT il
|
CC: | djgpp-workers AT delorie DOT com
|
In-reply-to: | <Pine.SUN.3.91.960811154102.24678j-100000@is> (message from Eli
|
| Zaretskii on Sun, 11 Aug 1996 15:45:31 +0200 (IST))
|
Subject: | Re: `system' and wildcard expansion
|
> Sure, but what if there *is* !proxy? This might potentially cause
> programs that, say, run under Make to get unexpected strings in argv[0].
> I thought I'll just move the code that deals with that after the final
> value of argv[0] is computed. Any problems with that?
It breaks programs that pass a specific argv[0] and require that it
stay that way. Make sure that the symlink code in the stub doesn't
break.
Personally, I wouldn't mess with a proxy's argv[0] at all. Maybe we
need a new crt0 flag that says to ignore the argv[0] from proxy, and
use the dos-style one instead?
- Raw text -