it seems to work fine. However, when I try to use the library I get an undefined symbol. When I run nm on it, it seems like there is a symbol that is undefined 3 times and defined once???
1 2 3 4 5
nm libgeom.a | grep VectorC1Eddd
U _ZN11geom_VectorC1Eddd
U _ZN11geom_VectorC1Eddd
U _ZN11geom_VectorC1Eddd
00000046 T _ZN11geom_VectorC1Eddd
I don't understand how that could be? Am I interpreting this output incorrectly?