You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: call to undeclared function 'execvpe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execvpe(filename, gsargv, envp);
The text was updated successfully, but these errors were encountered:
This means that none of the basic C libraries of your system provides execvpe(). According to the man page on my Ubuntu system this function is only available with gcc.
Which system and which compiler are you using?
tillkamppeter
changed the title
cannot making, implicit declaration of execvpe
Cannot make, implicit declaration of execvpe
Dec 2, 2024
after configuration, making return
error: call to undeclared function 'execvpe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execvpe(filename, gsargv, envp);
The text was updated successfully, but these errors were encountered: