Opened 12 years ago
Closed 12 years ago
#899 closed defect (fixed)
xz multilib 32 bit install
Reported by: | William Harrington | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | BOOK | Version: | CLFS Standard GIT |
Keywords: | Cc: |
Description
During configure we have:
CC="gcc ${BUILD32}" ./configure --prefix=/usr libdir=/lib
Should be:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --libdir=/lib
Granted the configure still works and the makefile will still define libdir = /lib ( can do prefix without --prefix and the Makefile will have prefix defined as prefix = /usr), but we still need to do --lib regardless as it is a valid configure option.
Change History (2)
comment:1 by , 12 years ago
Version: | → CLFS Standard GIT |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.