Opened 8 years ago
Closed 8 years ago
#8729 closed defect (fixed)
lua-5.3.3: the pkg-config file should include "-ldl".
Reported by: | Jeremy Henty | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Some lua programs must link to the dl library. (Example file attached.) This means that lua.pc should include "-llua -ldl -lm" in the "Libs:" line instead of just "-llua -lm". Both conky-1.9.0 (which uses autotools) and conky-1.10.6 (which uses cmake) failed to link the conky executable until I fixed lua.pc in this way.
Change History (5)
by , 8 years ago
comment:2 by , 8 years ago
Upstream does not support pkg-config . BLFS has special instructions to create lua.pc .
Note:
See TracTickets
for help on using tickets.
example to demonstrate the need for "-ldl"