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

Nonstandard argument --print-prog-name= #731

Closed
doctaweeks opened this issue Aug 17, 2021 · 1 comment
Closed

Nonstandard argument --print-prog-name= #731

doctaweeks opened this issue Aug 17, 2021 · 1 comment

Comments

@doctaweeks
Copy link

Not all compilers implement --print-prog-name= as used in configure. (IBM's XL is an example of this.) As used in configure, this can result in AR_CR being "silently" set to "cr" which will ultimately cause the compilation to fail. It appears this may be possible because the previous conftest binary is not removed, only the input files: rm -f conftest-* This all likely applies to the LD_RO section as well.

@GiovanniBussi
Copy link
Member

Thanks @doctaweeks I double checked the configure script now and the relevant lines are here and here. Are you suggesting that if we change rm -f conftest-* to rm -f conftest* things would work correctly with XL compiler?

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