Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run ./autogen.sh on Ubuntu 14 #7

Open
pcdinh opened this issue May 24, 2014 · 1 comment
Open

Unable to run ./autogen.sh on Ubuntu 14 #7

pcdinh opened this issue May 24, 2014 · 1 comment

Comments

@pcdinh
Copy link

pcdinh commented May 24, 2014

Makefile.am:17: warning: source file 'sha3/sph_keccak.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
Makefile.am:17: warning: source file 'sha3/sph_hefty1.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_groestl.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_skein.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_bmw.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_jh.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_shavite.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_blake.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_luffa.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_cubehash.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_simd.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'sha3/sph_echo.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/oaes_lib.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/c_keccak.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/c_groestl.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/c_blake256.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/c_jh.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/c_skein.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/hash.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:17: warning: source file 'crypto/aesb.c' is in a subdirectory,
Makefile.am:17: but option 'subdir-objects' is disabled
Makefile.am:10: error: required directory ./compat,sha3,crypto does not exist

@NullNoname
Copy link

Adding "AUTOMAKE_OPTIONS = subdir-objects" to bottom of Makefile.am fixed it for me. (same issue as ccminer: cbuchner1/ccminer#8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants