Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#385 closed defect (invalid)

wrong .configure and make options for gcc 3.1

Reported by: SeeksTheMoon@… Owned by: lfs-book@…
Priority: high Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

--prefix should be $LFS/static not /static and make BOOT_LDFLAGS should be -static-bootstrap not -static bootstrap

Change History (2)

comment:1 by SeeksTheMoon@…, 22 years ago

sorry, --prefix is ok and static-bootstrap worked in both versions

comment:2 by gerard@…, 22 years ago

Resolution: invalid
Status: newclosed

-static bootstrap is ok.

-static is the value for BOOT_LDFLAGS and bootstrap is used by the 'make' program to start at that Makefile rule. Maybe it's easier to read if you put it in this order:

make bootstrap BOOT_LDFLAS=-static

Note: See TracTickets for help on using tickets.