On Wed, 5 Aug 2009, Dave Korn wrote: > to integrate this behaviour into the driver. Perhaps we could even do the old > behave-differently-according-to-argv[0] trick, although I'm not sure if that > isn't slightly discouraged these days.
The proper thing is to build a separate driver binary (optionally, if configured to do so) and install it as "c99", rather than a wrapper script or depending on argv[0]. -- Joseph S. Myers [email protected]
