Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. test.c: In function ‘initsg’:
  2. test.c:11:12: warning: unused variable ‘outArray’ [-Wunused-variable]
  3. test.c: At top level:
  4. /opt/enthought/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1532:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
  5. /opt/enthought/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_forkpty':
  6. /home/builder/work/Python-2.7.3/./Modules/posixmodule.c:3816: undefined reference to `forkpty'
  7. /opt/enthought/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_openpty':
  8. /home/builder/work/Python-2.7.3/./Modules/posixmodule.c:3756: undefined reference to `openpty'
  9. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement