Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant link liburt.so? #8

Open
nickhuangxinyu opened this issue Jun 7, 2020 · 0 comments
Open

cant link liburt.so? #8

nickhuangxinyu opened this issue Jun 7, 2020 · 0 comments

Comments

@nickhuangxinyu
Copy link

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::UnitRoot::compute_adf()'
./libURT.so: undefined reference to urt::UnitRoot<float>::pvalue()' ./libURT.so: undefined reference to urt::UnitRoot::gls_detrend()'
./libURT.so: undefined reference to urt::UnitRoot<double>::show()' ./libURT.so: undefined reference to urt::UnitRoot::pvalue()'
./libURT.so: undefined reference to urt::UnitRoot<double>::set_method()' ./libURT.so: undefined reference to urt::UnitRoot::set_lags()'
./libURT.so: undefined reference to urt::UnitRoot<double>::adf_regression()' ./libURT.so: undefined reference to urt::UnitRoot::set_trend()'

but i confirmed, all cpp file is compiled, can you help on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant