Robert Arkiletian wrote:
> The problem was the script in the Makefile was failing because the
> variables were not defined. One of them was chmod. So the permission
> problem manifests because even as root, you cannot run a file which is
> not executable. Hence, the permission problem.
>
> Once I fixed the makefile that error went away.
Ah, I should have noticed the 'execvp' part of that error message.
Yeah, unix gives 'permission denied' if one tries to execute
a directory.. I should have caught that.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk