URT
URT copied to clipboard
cant link liburt.so?
Hi,
I installed armadillo, and make lib use:
make (without any link param)
but the so file i complied out is not good.
when i link it, it comes out:
./libURT.so: undefined reference to urt::UnitRoot<double>::set_trend()' ./libURT.so: undefined reference to
urt::UnitRooturt::UnitRoot<float>::pvalue()' ./libURT.so: undefined reference to
urt::UnitRooturt::UnitRoot<double>::show()' ./libURT.so: undefined reference to
urt::UnitRooturt::UnitRoot<double>::set_method()' ./libURT.so: undefined reference to
urt::UnitRooturt::UnitRoot<double>::adf_regression()' ./libURT.so: undefined reference to
urt::UnitRoot
but i confirmed, all cpp file is compiled, can you help on this?