Advertisement
Guest User

Untitled

a guest
Feb 5th, 2012
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x4c): undefined reference to `_imp__PyArg_ParseTupleAndKeywords'
  2. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x98): undefined reference to `_imp___PyObject_New'
  3. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0xce): undefined reference to `_imp__PyExc_SystemError'
  4. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0xd9): undefined reference to `_imp__PyErr_Format'
  5. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x124): undefined reference to `_imp__Py_FindMethod'
  6. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x138): undefined reference to `_imp__PyInt_FromLong'
  7. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x14d): undefined reference to `_imp__PyExc_TypeError'
  8. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x158): undefined reference to `_imp__PyErr_Format'
  9. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x195): undefined reference to `_imp__PyExc_TypeError'
  10. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x1a0): undefined reference to `_imp__PyErr_Format'
  11. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x1d9): undefined reference to `_imp__PyArg_ParseTuple'
  12. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x203): undefined reference to `_imp__PyMem_Malloc'
  13. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x24c): undefined reference to `_imp__PyString_FromStringAndSize'
  14. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x259): undefined reference to `_imp__PyMem_Free'
  15. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x286): undefined reference to `_imp__PyExc_SystemError'
  16. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x291): undefined reference to `_imp__PyErr_Format'
  17. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x29a): undefined reference to `_imp__PyMem_Free'
  18. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2a7): undefined reference to `_imp__PyErr_NoMemory'
  19. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2b9): undefined reference to `_imp__PyExc_ValueError'
  20. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2c4): undefined reference to `_imp__PyErr_SetString'
  21. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2ea): undefined reference to `_imp__PyExc_TypeError'
  22. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2f5): undefined reference to `_imp__PyErr_Format'
  23. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x326): undefined reference to `_imp__PyObject_Free'
  24. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x342): undefined reference to `_imp__PyExc_SystemError'
  25. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x34d): undefined reference to `_imp__PyErr_Format'
  26. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x35a): undefined reference to `_imp__PyType_Type'
  27. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x38c): undefined reference to `_imp__Py_InitModule4'
  28. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x3a7): undefined reference to `_imp__PyModule_AddIntConstant'
  29. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x4d3): undefined reference to `_imp__PyModule_AddStringConstant'
  30. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x559): undefined reference to `_imp__PyErr_Occurred'
  31. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x56a): undefined reference to `_imp__Py_FatalError'
  32. collect2: ld returned 1 exit status
  33. warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
  34. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement