Dear all, i`m looking for your advise for linking against static libraries.
We are using automake/Libtool to build some programs (~30). We have nearly the same number of lt-libraries. The point is, that I want to build all programs with shared libraries, but one with static libraries, wich are based on the same sourcecode than the shared libraries. Adding "myprog_LDFLAGS = -all-static" does not work. How can I create static and shared libraries at the same time? What must I do to link the static libraries? I thought that lt-libraries will fit for both scenarios. Any suggestions? Thanks a lot! Kind Regards Thomas Roesner