-
Notifications
You must be signed in to change notification settings - Fork 37
AIX compile error #7
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
Comments
According to AIX 7.2 ioctl manual, it requires one more include:
Could you help try if that can fix the issue? |
I added the line:
then when I run make, a new error line shows:
would anything from |
Just checked sshpass code. It does not include
|
This worked for me, I restored the original
There is a small problem with the Makefile on AIX:
it seems to run clean too So I ran: All is well. Thank you |
Just committed a fix (one line change). Could you help verify? |
Oh. Did not notice your last update. My commit only fixed the gcc error. Will see how I can deal with the makefile. |
Makefile also updated. Please try ( |
I added the following:
then ran:
and the
|
Thanks for helping verify. For the cc part you can |
yes that did the trick.
Thank you. I think this issue is closed now. |
I tried compiling passh on AIX 7.2.0.0 with gcc-8.3.0 on ppc64le
It fails with the following:
sshpass-1.06 does compile when I add
#undefine malloc
toconfig.h
.As mentioned in
README.md
,sshpass
is broken, and I experience it on AIX.sshpass
only works intermittently. I'm hoping to givepassh
a try, but bothsexpect
andpassh
does not compile unfortunately, and is not available on AIX Toolbox for Linux Applications.passh
does work and compile perfectly on a x86_64 Linux instance.Thank you
The text was updated successfully, but these errors were encountered: