[eigen] linking error in mpreal test |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] linking error in mpreal test
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 27 Sep 2010 10:21:03 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=lqbN1TTvzfK7ly//wPM90l35kZS2e5dgkhGzXg7vhs4=; b=swK93XdEViI++0Ie/cTAnLBNLb3dtP9BvEuAeC8yWGOE0dW+JRWxZsJdUJ/VKaVGsq DTDm5C5mzQYgVa8OfukmhVeCfOR0rOZL20kTKIpi/C0p12/TWvx5iMiP9IDg6fDEG6Af FlrpX2IHPINMNLNyPwdlQxDcvT0Awvaov75VM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=o+Yg0rOJ3My/kmrJG++HthwaEZchmF+t5/VcL/FzZQyxEieCKDwPBizOt/gsyRmAhn GB/xgO33Upx0Ge6uCCWZG3yeY2egGcIh2I3awq/LEj7J/kYrSqAirTVVDqzGz4Q8WH8A ZpWCa/ZypPfjXBH9lHtg/M3b5NRoAU7u31qBg=
I'm getting this:
Linking CXX executable mpreal_support
/usr/bin/ld: CMakeFiles/mpreal_support.dir/mpreal_support.cpp.o:
undefined reference to symbol '__gmpf_get_prec'
/usr/bin/ld: note: '__gmpf_get_prec' is defined in DSO
/usr/lib64/libgmp.so.3 so try adding it to the linker command line
/usr/lib64/libgmp.so.3: could not read symbols: Invalid operation
If you added this test, can you fix this?
Benoit