Opened 21 years ago
Closed 21 years ago
#773 closed defect (invalid)
Need explanation on libfl.a in chapter 6 flex
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | minor | Keywords: | |
Cc: |
Description
I had a problem when compiling kde 3.2 with flex 2.5.4a. I then looked at the LFS flex compilation, and found, as a side effect, that we link libfl.a with a libl.a library. Is it a spelling error ? If not, saying explicitly that the libl.a is OK and should not be libfl.a would be better I think. As nobody reported any problem with this, I guess the libl.a link is correct.
Note:
See TracTickets
for help on using tickets.
This is put in place for older packages that expect to find a "lex" library - since LFS uses the flex program instead of the original "lex", we create the symlink so packages looking for lex can find the library correctly. There's never been any problems directly found because of this link, and it fixes a number of older programs that expect libl.a.