Jonathan Melissant <[email protected]> writes: > next, APR does not generate a static library (libapr.so file) but only a > static library (libapr.la). I have tried everything to change this but all > tries were unsuccesfull.
libapr.la is not a static library, it is a libtool library file. The static and shared libraries are located in .libs in the build tree. -- Philip
