n function `main':
/root/Desktop/ndn-cxx/ndnSIM/Lixia/ns-3/build/../scratch/scratch-simulator.cc:28: undefined reference to `__gmpz_init'
collect2: error: ld returned 1 exit status
Could you please post the wscript file as a whole so that i can match with mine.
Thanking You,
Madhurima Buragohain
Indian Institute of Technology, Guwahati
extern "C" {
// C Function call
cfunc();
}
int main()
{
cfunc();
return 0;
}