Maneage - Bugs: bug #56242, Option --host-cc in configure step...
You are not allowed to post comments on this tracker with your current authentication level.
bug #56242: Option --host-cc in configure step is not automatically activated in Ubuntu 14.04
Submitter: | Raul Infante-Sainz <infantesainz> | ||
Submitted: | Tue 30 Apr 2019 08:36:56 AM UTC | ||
Category: | Software | Severity: | 3 - Normal |
Item Group: | Crash | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
The configure step check if GCC can be built. If it is not possible, it prints a 5 seconds warning on screen before continuing and using the host C compiler. However, when trying to build the project in Ubuntu 14.04 system, it crashes complaining about not finding some headers:
This is exactly for what the checking if GCC can be built was designed!! In this case it should activate the option `--host-cc' and continue without crashing, but it does not work.