Message279893
| Author | struktured |
|---|---|
| Recipients | struktured |
| Date | 2016-11-01.21:22:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1478035366.63.0.90573648053.issue28584@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
if the ${CC} variable has an encoded path which contains "icc" anywhere in the string, it will be interpreted by the configure script as an icc compiler rather than gcc. This is due to matching on *icc* in various places.
Example: "/home/cpiccion/.linuxbrew/bin/gcc" will match because of the "cpiccion".
This is also true for the other patterns, including "gcc".
Proposed fix is to take the basename of the ${CC} variable first. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-01 21:22:46 | struktured | set | recipients: + struktured |
| 2016-11-01 21:22:46 | struktured | set | messageid: <1478035366.63.0.90573648053.issue28584@psf.upfronthosting.co.za> |
| 2016-11-01 21:22:46 | struktured | link | issue28584 messages |
| 2016-11-01 21:22:46 | struktured | create | |