We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's what I get
~/sage$ echo $CC /projects/66d93023-00f0-4c12-8a25-5d6d4e486740/sage-build/bin/x86_64-conda_cos6-linux-gnu-cc ~/sage$ $CC -print-prog-name=ld /projects/66d93023-00f0-4c12-8a25-5d6d4e486740/sage-build/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld ~/sage$ $CC -print-file-name=ld ld ~/sage$ echo $LD /projects/66d93023-00f0-4c12-8a25-5d6d4e486740/sage-build/bin/x86_64-conda_cos6-linux-gnu-ld
Therefore -print-file-name is clearly not what we need. -print-prog-name gives a path with ..s in it.
-print-file-name
-print-prog-name
..
We need to check that the two files are equivalent using -ef which checks that the files are the same.
CC: @embray @dimpase
Component: build: configure
Author: Isuru Fernando
Branch/Commit: dec073b
dec073b
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/28317
The text was updated successfully, but these errors were encountered:
looks good.
Sorry, something went wrong.
Changed branch from u/isuruf/gcc-prog to dec073b
246658e
No branches or pull requests
Here's what I get
Therefore
-print-file-name
is clearly not what we need.-print-prog-name
gives a path with..
s in it.We need to check that the two files are equivalent using -ef which checks that the files are the same.
CC: @embray @dimpase
Component: build: configure
Author: Isuru Fernando
Branch/Commit:
dec073b
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/28317
The text was updated successfully, but these errors were encountered: