flintlib / flint

FLINT (Fast Library for Number Theory)

Home Page:http://www.flintlib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake is broken

albinahlback opened this issue · comments

Hopefully only my build system is broken, but I have problems finding all symbols. For example, running ctest --output-on-failure give me failures like

nmod_divides..../home/albin/cpkg/flint/build/bin/src-nmod-test-main: symbol lookup error: /home/albin/cpkg/flint/build/bin/src-nmod-test-main: undefined symbol: nmod_divides
arb_const_reciprocal_fibonacci..../home/albin/cpkg/flint/build/bin/src-arb-test-main: symbol lookup error: /home/albin/cpkg/flint/build/bin/src-arb-test-main: undefined symbol: arb_const_reciprocal_fibonacci

It was my system. For some reason ctest preferred the installed version of FLINT as compared to the newly compiled one. Sorry for this.