Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot make, implicit declaration of execvpe #60

Open
shy-neon opened this issue Jul 27, 2024 · 1 comment
Open

Cannot make, implicit declaration of execvpe #60

shy-neon opened this issue Jul 27, 2024 · 1 comment

Comments

@shy-neon
Copy link

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);

@tillkamppeter
Copy link
Member

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 tillkamppeter changed the title cannot making, implicit declaration of execvpe Cannot make, implicit declaration of execvpe Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants