Bug 19830
Summary: | 2.2.17 will not compile even with kgcc and make mrproper | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | ylitvin |
Component: | kernel | Assignee: | Alan Cox <alan> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | arjan, dr |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-10-26 12:32:20 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
ylitvin
2000-10-25 19:47:18 UTC
"cc -D__KERNEL__ -I/usr/src/linux-2.2.17/include -D__ASSEMBLY__ " you are NOT using kgcc. Changing "hostcc" is not correct, you need to change the "CC" instead (around line 25), or use 2.2.18pre17 which autodetects this. "cc -D__KERNEL__ -I/usr/src/linux-2.2.17/include -D__ASSEMBLY__ " you are NOT using kgcc. Changing "hostcc" is not correct, you need to change the "CC" instead (around line 25), or use 2.2.18pre17 which autodetects this. |