From: Tom H. <to...@co...> - 2009-07-16 18:35:32
|
On 16/07/09 19:23, Tim Post wrote: > Then there's the corner case, when you are provided only with static > libs to link with. In that case, do what you can. However, that remains > a corner case :) There is no problem linking with static libraries in general, so long as you don't make the program completely static, and so long as the C library is dynamic so we can pick up malloc/free etc. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |