#100 closed defect (wontfix)
gcc-3.0 installation runs fixinc on the host distribution's /usr/include directory
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
This is probably caused by --prefix=/usr but that can't be changed (else gcc won't function properly inside chroot). See if we can fix this somehow
Change History (4)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Resolution: | → later |
---|---|
Status: | new → closed |
Saving for later after lfs-3.0 has been released (lfs-3.0 will use gcc-2.95.3)
comment:3 by , 23 years ago
Resolution: | later |
---|---|
Status: | closed → reopened |
comment:4 by , 23 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
we're not using gcc-3.0 and by the time we do switch to gcc-3.x it'll be 3.0.1 or whatever is latest, so this bug may not apply. A new one will be filed (or this one reopened afterall)
Note:
See TracTickets
for help on using tickets.
Try applying this sed to gcc-build/gcc/Makefile - I *think* it'll work
sed s/"\$(SHELL) .\/fixinc.sh \
pwd\
\/include \$(SYSTEM_HEADER_DIR)"/"\$(SHELL) .\/fixinc.sh \pwd\
\/include \$(LFS)\/usr\/include"/ Makefile > Makefile~ mv Makefile~ Makefile