T-HYDRA icon indicating copy to clipboard operation
T-HYDRA copied to clipboard

Makefile:83: strip Error 127

Open Akshay-Arjun opened this issue 3 years ago • 10 comments

~/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

Akshay-Arjun avatar Feb 22 '22 04:02 Akshay-Arjun

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

isuruwa avatar Feb 22 '22 06:02 isuruwa

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.

Akshay-Arjun avatar Feb 22 '22 06:02 Akshay-Arjun

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

isuruwa avatar Feb 22 '22 07:02 isuruwa

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

wx69wx avatar Apr 03 '22 02:04 wx69wx

Same thing. Any advice?

SoDo87 avatar Apr 03 '22 20:04 SoDo87

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 avatar Apr 29 '22 04:04 RATbot0

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

RATbot0 avatar Apr 29 '22 04:04 RATbot0

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

Rishuppt avatar May 06 '22 11:05 Rishuppt

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

Georglider avatar Oct 24 '22 17:10 Georglider

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 .

isuruwa avatar Oct 24 '22 18:10 isuruwa