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
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'umfuseext2.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
The ugly fix is to remove -Werror from:
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
In configure.ac
Error from automake:
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'umfuseext2.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
The ugly fix is to remove -Werror from:
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
In configure.ac
See: http://code.google.com/p/snappy/issues/detail?id=67 for more info on same problem.
The text was updated successfully, but these errors were encountered: