On Mon, 6 Nov 2000, Ben Lindstrom wrote: : I'll have to look at it when I get home tonight.. but it does not work : as claimed under Linux. So I doubt it will work under NeXT. ok, in main() programs we need to have: #ifndef HAVE___PROGNAME const char *__progname = "foo"; #else extern char *__progname; #endif