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

Makefile:83: strip Error 127 #2

Open
Akshay-Arjun opened this issue Feb 22, 2022 · 10 comments
Open

Makefile:83: strip Error 127 #2

Akshay-Arjun opened this issue Feb 22, 2022 · 10 comments

Comments

@Akshay-Arjun
Copy link

~/T-HYDRA/Files $ make install

Now type make install
strip hydra pw-inspector
make: strip: No such file or directory
make: *** [Makefile:83: strip] Error 127

@isuruwa
Copy link
Owner

isuruwa commented Feb 22, 2022

You need to configure before compiling , just run the thyins.sh file in T-HYDRA/Files it will done the installation automatically

@Akshay-Arjun
Copy link
Author

You need to configure before compiling , just run the thyins.sh file in T-HYDRA/Files it will done the installation automatically

AFTER running the .sh file this is the output. I didn't run it individually.

@isuruwa
Copy link
Owner

isuruwa commented Feb 22, 2022

It may be an error due to your compiling version is different from your OS version, hope to fix it soon

@wx69wx
Copy link

wx69wx commented Apr 3, 2022

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
pid = wait3(NULL, WNOHANG, NULL);
^
hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
4 warnings generated.
ld.lld: error: undefined symbol: wait3

@SoDo87
Copy link

SoDo87 commented Apr 3, 2022

Same thing. Any advice?

@RATbot0
Copy link

RATbot0 commented Apr 29, 2022

It may be an error due to your compiling version is different from your OS version, hope to fix it soon

I was able to enter at first, but when I exited, I could not enter again.it gives an error

@RATbot0
Copy link

RATbot0 commented Apr 29, 2022

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
pid = wait3(NULL, WNOHANG, NULL);
^
hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
4 warnings generated.
ld.lld: error: undefined symbol: wait3

Me too

@Rishuppt
Copy link

Rishuppt commented May 6, 2022

How to use it .is i need to download dictionary file

@Georglider
Copy link

Georglider commented Oct 24, 2022

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
pid = wait3(NULL, WNOHANG, NULL);
^
hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
4 warnings generated.
ld.lld: error: undefined symbol: wait3

The same issue

@isuruwa
Copy link
Owner

isuruwa commented Oct 24, 2022

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
pid = wait3(NULL, WNOHANG, NULL);
^
hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
4 warnings generated.
ld.lld: error: undefined symbol: wait3

The same issue

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
pid = wait3(NULL, WNOHANG, NULL);
^
hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration]
(void)wait3(NULL, WNOHANG, NULL);
^
4 warnings generated.
ld.lld: error: undefined symbol: wait3

The same issue

Compiling will fail due to unsupported termux pkg s .
Hope to fix it in future.
For now you can install hydra only on a distro in termux .

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

7 participants