The linking process fails on Fedora >= 16 with the following error:
/usr/bin/ld: crrcsim-winddata3D.o: undefined reference to symbol '__gmpq_add'
/usr/bin/ld: crrcsim-winddata3D.o: undefined reference to symbol 'boost::detail::get_tss_data(void const*)'
To satisfy the linker the following libraries should be added: gmp, boost_thread-mt.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
These symbols are also needed on Ubuntu 12.04
On Fedora >= 20 where boost >= 1.54 is used the following libraries should be used: gmp, boost_thread.