spacepaste

  1.  
  2. /bin/ld: pypy_module_gc.o: in function `pypy_g_disable':
  3. pypy_module_gc.c:(.text+0x4): undefined reference to `OP_GC__DISABLE'
  4. /bin/ld: pypy_module_gc.o: in function `pypy_g_enable':
  5. pypy_module_gc.c:(.text+0x257): undefined reference to `OP_GC__ENABLE'
  6. /bin/ld: pypy_module_gc.o: in function `pypy_g_collect_step':
  7. pypy_module_gc.c:(.text+0x755): undefined reference to `OP_GC__COLLECT_STEP'
  8. /bin/ld: pypy_module_gc.o: in function `pypy_g_StepCollector_do':
  9. pypy_module_gc.c:(.text+0x98d): undefined reference to `OP_GC__COLLECT_STEP'
  10. collect2: error: ld returned 1 exit status
  11. make: *** [Makefile:581: pypy-c] Error 1
  12.