You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to install RFmix in command line on cluster, but failed in both ways you provided. I am new to genetic ancestry and it will be helpful if you can help on this.
Thanks
error message for the simple way
./configure: No such file or directory
error message for the second way
aclocal # creates aclocal.m4
configure.ac:649: warning: macro 'AM_BACKSLASH' not found in library
configure.ac:650: warning: macro 'AM_DEFAULT_VERBOSITY' not found in library
configure.ac:651: warning: macro 'AM_DEFAULT_V' not found in library
configure.ac:652: warning: macro 'AM_V' not found in library
-bash-4.2$ autoheader # creates config.h.in
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
-bash-4.2$ autoconf # creates configure
-bash-4.2$ automake --add-missing # creates Makefile.in
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
automake: error: no 'Makefile.am' found for any configure output
automake: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?
The text was updated successfully, but these errors were encountered:
I try to install RFmix in command line on cluster, but failed in both ways you provided. I am new to genetic ancestry and it will be helpful if you can help on this.
Thanks
error message for the simple way
./configure: No such file or directory
error message for the second way
aclocal # creates aclocal.m4
configure.ac:649: warning: macro 'AM_BACKSLASH' not found in library
configure.ac:650: warning: macro 'AM_DEFAULT_VERBOSITY' not found in library
configure.ac:651: warning: macro 'AM_DEFAULT_V' not found in library
configure.ac:652: warning: macro 'AM_V' not found in library
-bash-4.2$ autoheader # creates config.h.in
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
-bash-4.2$ autoconf # creates configure
-bash-4.2$ automake --add-missing # creates Makefile.in
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
automake: error: no 'Makefile.am' found for any configure output
automake: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?
The text was updated successfully, but these errors were encountered: