Guest User

PPC 10.5.8 FreeGLUT Config.Log Snippet

a guest
Jan 26th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. configure:12306: checking for XISelectEvents in -lXi
  2. configure:12331: gcc -o conftest -O3 -DTARGET_HOST_POSIX_X11 -I/sw/include -I/usr/X11R6/include -I/sw/include -L/sw/lib -L/usr/X11R6/lib -L/sw/lib conftest.c -lXi  -lXrandr -lXxf86vm  >&5
  3. Undefined symbols:
  4.   "_XISelectEvents", referenced from:
  5.       _main in ccfMDiZ9.o
  6. ld: symbol(s) not found
  7. collect2: ld returned 1 exit status
  8. configure:12331: $? = 1
  9. configure: failed program was:
  10. | /* confdefs.h */
  11. | #define PACKAGE_NAME "freeglut library"
  12. | #define PACKAGE_TARNAME "freeglut"
  13. | #define PACKAGE_VERSION "2.8.1"
  14. | #define PACKAGE_STRING "freeglut library 2.8.1"
  15. | #define PACKAGE_BUGREPORT "freeglut-bugs@lists.sourceforge.net"
  16. | #define PACKAGE_URL ""
  17. | #define PACKAGE "freeglut"
  18. | #define VERSION "2.8.1"
  19. | #define STDC_HEADERS 1
  20. | #define HAVE_SYS_TYPES_H 1
  21. | #define HAVE_SYS_STAT_H 1
  22. | #define HAVE_STDLIB_H 1
  23. | #define HAVE_STRING_H 1
  24. | #define HAVE_MEMORY_H 1
  25. | #define HAVE_STRINGS_H 1
  26. | #define HAVE_INTTYPES_H 1
  27. | #define HAVE_STDINT_H 1
  28. | #define HAVE_UNISTD_H 1
  29. | #define HAVE_DLFCN_H 1
  30. | #define LT_OBJDIR ".libs/"
  31. | #define HAVE_LIBXXF86VM 1
  32. | #define HAVE_LIBXRANDR 1
  33. | /* end confdefs.h.  */
  34. |
Add Comment
Please, Sign In to add comment