Guest User

Untitled

a guest
Oct 23rd, 2017
1,969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. root@ubuntu:~/Desktop/zlx-read-only/libs/src/zlib-1.2.5# ./configure --prefix=/usr/local/xenon/usr
  2. Checking for gcc...
  3. Checking for shared library support...
  4. Tested cc -w -c -mcpu=cell -mtune=cell -m32 -fno-pic -mpowerpc64 /usr/local/xenon/usr/lib/libxenon.a -L/usr/local/xenon/xenon/lib/32/ -T/usr/local/xenon/app.lds -u read -u _start -u exc_base ztest7686.c
  5. `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
  6. cc1: error: unrecognized command line option "-mpowerpc64"
  7. ztest7686.c:1:0: error: bad value (cell) for -mtune= switch
  8. Tested cc -shared -mcpu=cell -mtune=cell -m32 -fno-pic -mpowerpc64 /usr/local/xenon/usr/lib/libxenon.a -L/usr/local/xenon/xenon/lib/32/ -T/usr/local/xenon/app.lds -u read -u _start -u exc_base -o ztest7686.so ztest7686.o
  9. cc: ztest7686.o: No such file or directory
  10. No shared library support; try without defining CC and CFLAGS
  11. Building static library libz.a version 1.2.5 with cc.
  12. Checking for off64_t... No.
  13. Checking for fseeko... No.
  14. Checking for unistd.h... No.
  15. Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf().
  16. Checking for snprintf() in stdio.h... No.
  17. WARNING: snprintf() not found, falling back to sprintf(). zlib
  18. can build but will be open to possible buffer-overflow security
  19. vulnerabilities.
  20. Checking for return value of sprintf()... No.
  21. WARNING: apparently sprintf() does not return a value. zlib
  22. can build but will be open to possible string-format security
  23. vulnerabilities.
Add Comment
Please, Sign In to add comment