Hi all...
i am trying to use GeographicLib library for my application.
i have linked this library and i added typedef eg-

using namespace GeographicLib;
typedef Math::real real;
///

real a, r, k0;
GeographicLib::TransverseMercator TMS = TransverseMercator( a, r, k0);

and i have got error like this-
undefined reference to `GeographicLib::TransverseMercator::TransverseMerc ator(double, double, double)'


plz help...
thanks