#428 closed enhancement (duplicate)
Add a check at the end of the Chapter 5 to confirm all files are statically linked
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | minor | Keywords: | |
Cc: |
Description
I use the following (from the host):
ldd
find $LFS/static -type f
2>/dev/null | grep = | grep -v "not found" \| cut -f 3 -d " " | sort | uniq
If it outputs something, then its bad news.
It would be good if this is included in 4.0.
Note:
See TracTickets
for help on using tickets.
No time for LFS-4.0 (it's in the next two days) and we're already working on something like this called "checklfs". See bug #237
* This bug has been marked as a duplicate of 237 *