xant / libhl

Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
GNU Lesser General Public License v3.0
420 stars 117 forks source link

Reuse of "libtool"? #19

Closed elfring closed 8 years ago

elfring commented 8 years ago

I suggest to [reuse the software "libtool"](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Libtool.htm Libtool usage"). Would you like to add the call of the macro "LT_INIT"" to your build specification?

xant commented 8 years ago

libtool is now used in the build process (wrapping calls to the actual compiler and linker)... even if I'm unsure it's the right way of using it