> Tell me it ain't so...
>
> C programs compiled on iX 5.0 WON'T execute on a 4.0 system??? What are the
> software developers out there doing to get around this? *is* there a way to
> compile on 5.0 so your programs will execute on previous operating systems???
 
What were the symptoms of the problem?  The only thing I know of that
could cause this problem is that you may have linked ;share for
shared globals.  BTW, this is the default with the new c89...
 
Steve