Advertisement
Guest User

Untitled

a guest
Aug 14th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. ...............................................
  2. check_cc
  3. BEGIN /tmp/ffconf.mBbS4594.c
  4. 1 #include <math.h>
  5. 2 float foo(float f) { return truncf(f); }
  6. 3 int main(void){ return (int) foo; }
  7. END /tmp/ffconf.mBbS4594.c
  8. x86_64-redhat-linux-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
  9. -fstack-protector --param=ssp-buffer-size=4 -m32 -mtune=generic -fasynchronous-unwind-tables -std=c99 -fomit-frame-pointer -pthread -c -o /t
  10. mp/ffconf.PwfQ4602.o /tmp/ffconf.mBbS4594.c
  11. In file included from /usr/include/features.h:352,
  12. from /usr/include/math.h:28,
  13. from /tmp/ffconf.mBbS4594.c:1:
  14. /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  15. check_lib2 stdint.h faac.h faacEncGetVersion -lfaac
  16. check_func_headers stdint.h faac.h faacEncGetVersion -lfaac
  17. check_ld cc -lfaac
  18. check_cc
  19. BEGIN /tmp/ffconf.mBbS4594.c
  20. 1 #include <stdint.h>
  21. 2 #include <faac.h>
  22. 3 long check_faacEncGetVersion(void) { return (long) faacEncGetVersion; }
  23. 4 int main(void) { return 0; }
  24. END /tmp/ffconf.mBbS4594.c
  25. x86_64-redhat-linux-gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
  26. -fstack-protector --param=ssp-buffer-size=4 -m32 -mtune=generic -fasynchronous-unwind-tables -std=c99 -fomit-frame-pointer -pthread -c -o /t
  27. mp/ffconf.PwfQ4602.o /tmp/ffconf.mBbS4594.c
  28. In file included from /usr/include/features.h:352,
  29. from /usr/include/stdint.h:26,
  30. from /tmp/ffconf.mBbS4594.c:1:
  31. /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  32. ERROR: libfaac not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement