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
{{ message }}
This repository was archived by the owner on Jul 7, 2023. It is now read-only.
输出:
automake: warnings are treated as errors
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libwebqq.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
src/libqq/Makefile.am:1: while processing Libtool library 'libwebqq.la'
autoreconf: automake failed with exit status: 1
输出:
automake: warnings are treated as errors
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libwebqq.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
src/libqq/Makefile.am:1: while processing Libtool library 'libwebqq.la'
autoreconf: automake failed with exit status: 1
应该是configure.ac里忘记添加了AM_PROG_AR,在 configure.ac 的第20行之后添加AM_PROG_AR编译通过。
https://aur.archlinux.org/packages.php?ID=53978
https://bbs.archlinuxcn.org/viewtopic.php?id=909