#787 closed defect (fixed)
db compile breaks with NPTL
Reported by: | DJ Lucas | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | BOOK | Version: | ~CVS |
Severity: | normal | Keywords: | VERIFIED |
Cc: |
Description ¶
NPTL breaks db4. Solution is add LDFLAGS="-lpthread" to the make line. Just a reminder when the book moves to follow unstable.
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Status: | new → assigned |
---|
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 20 years ago
Keywords: | VERIFIED added |
---|
Note:
See TracTickets
for help on using tickets.
An alternative solution that I have found is changing the make line to make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"