Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!sumax!polari!corwin From: corwin@polari.UUCP (Don Glover) Newsgroups: comp.unix.xenix Subject: Help with execl Keywords: execl error? Message-ID: <1049@polari.UUCP> Date: 13 Sep 89 18:13:42 GMT Organization: PolarServ, Seattle WA Lines: 9 I have a program that I have just compiled, in it does execl(emprog[1],"Empire",cnumbuf,"","1","\0377",0); when run it returns a -1 and errno is set to 14. this error is defined as EFAULT Bad Address, for the life of me I can not figure out why I am getting this. I have printf'd all the arguements and they look fine. Any suggestions will be appreciated. I am doing this on 286 xenix 2.2.3 with the 2.2.1 development system.