Re: How to compile with .so libraries instead of .a ones?

2004-01-18 Thread Micha Feigin
On Sat, Jan 17, 2004 at 11:50:21PM -0600, Ramasubramanian Ramesh wrote: Hi, I always thought that the libxx.a libraries are needed to compile programs. However it appears that it is possible to compile programs without them (I suppose this means .so version will be used). This I gather

How to compile with .so libraries instead of .a ones?

2004-01-17 Thread Ramasubramanian Ramesh
Hi, I always thought that the libxx.a libraries are needed to compile programs. However it appears that it is possible to compile programs without them (I suppose this means .so version will be used). This I gather from the response from the debian maintainer of libqt-dev (testing) - libqt-dev

Re: How to compile with .so libraries instead of .a ones?

2004-01-17 Thread Bijan Soleymani
On Sat, Jan 17, 2004 at 11:50:21PM -0600, Ramasubramanian Ramesh wrote: Hi, I always thought that the libxx.a libraries are needed to compile programs. However it appears that it is possible to compile programs without them (I suppose this means .so version will be used). This I gather