Hi, I am using automake and libtool and create shared libraries. But I want libtool to now create static libs instead of shared libs. How can I do this? I know about -static, but I am not using libtool directly - I am using it via automake.
Any help greatly appreciated.. Thanks