George Woltman wrote:
> 2)  I left the libraries that libcurl needs dynamicly linked.  Would you
> recommend that some of these be static instead?
>   

that depennds on the goal of static linking.  if its to create a binary 
that will run on as many distributions as possible, then you want as 
many statics and few external dependencies as you can get, otherwise the 
binary only works if the specific shared library versions referenced are 
available.


_______________________________________________
Prime mailing list
[email protected]
http://hogranch.com/mailman/listinfo/prime

Reply via email to