On Sun, 05 Feb 2023 11:00:39 -0600, Luke Small wrote:

> I want to compile a program into /usr/local/bin but it doesn't work to call
> "/usr/local/bin/<program>" with execv and needs to be called with execvp
> which doesn't seem to allign with the text of the manpage which states that
> execvp is needed when no '/' are used.

This is almost certainly a bug in your program, but you haven't
bothered to show the way you are calling execv() so no one can help
you.

 - todd

Reply via email to