On Mon, Mar 13, 2006 at 05:54:10PM +0800, Vladan Popovic wrote: > Yes I read it - many times - trust me. > But how do I get the shared library - I thought that when I > configure/make/ it would generate the shared library - apparently not - > or maybe it needs some special options.
run ./configure --help and see what it says. you may need an option like --enable-shared. -- <[EMAIL PROTECTED]>

