i have tried various version and setup and rebuilding ct-ng 3 or 4 times with different versions.
 
cat someone possible shed some light on a cross compile of ppl?
 
everytime i do have version 4.1.3 or above and it kicks on any version of ppl i use....
 

| #include <gmpxx.h>
|
| #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1) || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR == 1 && __GNU_MP_VERSION_PATCHLEVEL < 3)
| #GMP version 4.1.3 or higher is required
| #endif
|
| int
| main() {
|   return 0;
| }
|
configure:11186: result: no
configure:11392: error: Cannot find GMP version 4.1.3 or higher.
GMP is the GNU Multi-Precision library:
see http://www.swox.com/gmp/ for more information.
When compiling the GMP library, do not forget to enable the C++ interface:
add --enable-cxx to the configuration options.