Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. automake: warnings are treated as errors
  2. Makefile.am:4: warning: source file 'zlib/adler32.c' is in a subdirectory,
  3. Makefile.am:4: but option 'subdir-objects' is disabled
  4. automake: warning: possible forward-incompatibility.
  5. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  6. automake: automake option hasn't been enabled. For now, the corresponding output
  7. automake: object file(s) will be placed in the top-level directory. However,
  8. automake: this behaviour will change in future Automake versions: they will
  9. automake: unconditionally cause object files to be placed in the same subdirectory
  10. automake: of the corresponding sources.
  11. automake: You are advised to start using 'subdir-objects' option throughout your
  12. automake: project, to avoid future incompatibilities.
  13. Makefile.am:4: warning: source file 'zlib/compress.c' is in a subdirectory,
  14. Makefile.am:4: but option 'subdir-objects' is disabled
  15. Makefile.am:4: warning: source file 'zlib/crc32.c' is in a subdirectory,
  16. Makefile.am:4: but option 'subdir-objects' is disabled
  17. Makefile.am:4: warning: source file 'zlib/deflate.c' is in a subdirectory,
  18. Makefile.am:4: but option 'subdir-objects' is disabled
  19. Makefile.am:4: warning: source file 'zlib/inffast.c' is in a subdirectory,
  20. Makefile.am:4: but option 'subdir-objects' is disabled
  21. Makefile.am:4: warning: source file 'zlib/inflate.c' is in a subdirectory,
  22. Makefile.am:4: but option 'subdir-objects' is disabled
  23. Makefile.am:4: warning: source file 'zlib/inftrees.c' is in a subdirectory,
  24. Makefile.am:4: but option 'subdir-objects' is disabled
  25. Makefile.am:4: warning: source file 'zlib/trees.c' is in a subdirectory,
  26. Makefile.am:4: but option 'subdir-objects' is disabled
  27. Makefile.am:4: warning: source file 'zlib/uncompr.c' is in a subdirectory,
  28. Makefile.am:4: but option 'subdir-objects' is disabled
  29. Makefile.am:4: warning: source file 'zlib/zutil.c' is in a subdirectory,
  30. Makefile.am:4: but option 'subdir-objects' is disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement