Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#100 closed defect (wontfix)

gcc-3.0 installation runs fixinc on the host distribution's /usr/include directory

Reported by: gerard@… Owned by: lfs-book@…
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 markh@…, 23 years ago

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

comment:2 by gerard@…, 23 years ago

Resolution: later
Status: newclosed

Saving for later after lfs-3.0 has been released (lfs-3.0 will use gcc-2.95.3)

comment:3 by gerard@…, 23 years ago

Resolution: later
Status: closedreopened

comment:4 by gerard@…, 23 years ago

Resolution: wontfix
Status: reopenedclosed

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.