Re: link problem
Jeff King <[email protected]> Mon, 10 Jul 2006 11:58:39 -0400
| Newsgroups | gmane.comp.djb.cdb |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 08, 2006 at 03:30:56PM +0200, Flor??al/Flop wrote: > I've only include <cdb.h> and add a -lcdb ... and doing that all > function of uint32 are not visible for linking. The cdb static library contains only the cdb functions. Other functions are in buffer.a, unix.a, and byte.a. For uint32_* functions, try linking with "-lcdb -lbyte". -Peff