Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release1.4
New issue 53 by
dez...@gmail.com: make doesn't create static libraries
http://code.google.com/p/casacore/issues/detail?id=53
What steps will reproduce the problem? (Building 1.5.0)
1. cmake
2. make
3.
What is the expected output? What do you see instead?
I expect the static libraries (libcasa*.a) to be generated, but only the
shared libraries (libcasa*.so) get created. How do I get the build to
create the static libraries? Can't find a setting anywhere to do this.