Something about Tailbite is puzzling me a little. I will pick on Gnozal's PureZIP user library as an example as I know it imports an external library : ZLIB in this case. I guess really I should direct this query straight at Gnozal, but I thought others might be intersted in this as well.

If I use Tailbite to create a user library and (like PureZIP) I import functions from an external library (e.g. ZLIB) then it seems clear that I do NOT need to ship the external library (ZLIB) along with my resulting user library.
If this is correct, then I am puzzling over 'who' has grabbed the code from the external library and placed it within the Purebasic user library? Is it POLINK or Tailbite or POLIB (via LibraryMaker.exe) ? I am puzzled because I didn't think that POLINK would be involved when creating user libraries.
The reason I ask is that I'm thinking of creating a user library which will need to import functions from an external library and I just need to know where I stand with this?
Thanks.