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

CryptX fails to compile on AIX 6.1 64bits starting at version 0.56 #71

Open
sblondeel opened this issue May 8, 2021 · 0 comments
Open

Comments

@sblondeel
Copy link

sblondeel commented May 8, 2021

To compile old versions of CryptX I need to patch the Makefile produced by Makefile.PL as follows:

perl -i -pe 's{^AR =.*}{AR = ar -X64}; s{^FULL_AR =.*}{FULL_AR = /usr/bin/ar -X 64}; s{^LD =.*}{LD = ld -b64 -bnoquiet}' Makefile

(I added the -bnoquiet to understand why the linking failed; it is probably not necessary).

However, starting at version 0.56, the final link fails.

Attached are the passing tests logs for 055 and the final build error for 056.

Should I open another ticket for the missing options in the Makefile (-X64 for AR; -X 64 for FULL_AR; -b64 for ld)?

I slightly edited the logs to anonymise username and arch id.

055-test-pass.txt
056-build-error.txt
perl-V.txt
gcc-v.txt
Makefile-diff.txt
Makefile-patch.txt

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

1 participant