RE: Access Denied when using gmake

2004-08-13 Thread Mohammed Shaikh
: Access Denied when using gmake "Mohammed Shaikh" <[EMAIL PROTECTED]> wrote: > I am running gmake on freebsd from a folder and the makefile tries to access > the perl file two levels up and I am getting access denied. I get this even > when I login as su. > ./../bin/extr

Re: Access Denied when using gmake

2004-08-13 Thread Bill Moran
"Mohammed Shaikh" <[EMAIL PROTECTED]> wrote: > I am running gmake on freebsd from a folder and the makefile tries to access > the perl file two levels up and I am getting access denied. I get this even > when I login as su. > ./../bin/extract_obj_names.pl: Permission denied > gmake: *** [elf/rt_ob

Access Denied when using gmake

2004-08-13 Thread Mohammed Shaikh
I am running gmake on freebsd from a folder and the makefile tries to access the perl file two levels up and I am getting access denied. I get this even when I login as su. ./../bin/extract_obj_names.pl: Permission denied gmake: *** [elf/rt_obj.txt] Error 126 Can anyone help me circumvent this pro