At 03:28 PM 11/14/2001 -0500, Michael G Schwern wrote: >On Wed, Nov 14, 2001 at 02:25:57PM -0600, Craig A. Berry wrote: >> >> OK, I've tried to reproduce the masking of SIGINT in C,
>Works fine on Linux, so I think you're on the right track. Thanks. >Don't know how to compile & run anything under OpenVMS to verify there. The general steps are: $ cc foo ! assumes foo.c, creates foo.obj $ link foo ! assumes foo.obj, creates foo.exe $ run foo ! assumes foo.exe It can of course get more interesting if you need to link in other modules.