appears:
pixman/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
pixman/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
pixman/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
pixman/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure
pixman/Makefile.am:1: its definition is in aclocal's search path.
test/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
means: LT_INIT is defined in configure. Ac, but aclocal cannot be searched. Configure.ac exists in the libtool file. Aclocal searches configure.ac through the libtool.m4 file.
solution:
1) make aclocal folder and libtool folder in the same directory, and aclocal contains libtool.m4, playing a bridging role;
2) when aclocal has libtool.m4 file, and aclocal and libtool file are in the same directory, it is also necessary to check whether the search path of aclocal is located in the parent directory of aclocal.
my search path is /usr/local/share/aclocal, but the parent directory of my aclocal and libtool is /usr/share/aclocal. The two are different.
all, to change the search path or to add the corresponding file under the current search path.
1) modify the search path and find that it cannot be changed:
2) choose to add the corresponding file in the current search path, and recompile:
success!
Read More:
- STM32 added firmware library, but could not find h file
- OpenGL, such as glad library and glfw library, is incompatible
- Python calls C to generate so library and reports an error: undefined symbol
- MacBook Pro battery 0%, connected to the power but showed that the battery is not charging solution
- Vs2015 configuring OpenGL development environment: configuration of glfw library and glad Library
- The solution of undefined reference to error
- Failed to load the JNI shared library solution
- Cannot call the same level library solution in pychar
- Solution of OpenCV library import error in Python 3
- The solution of using OpenGL’s Glu Library in qt5.2 under win7
- Configuring glfw library and glad Library in opengl-vs2015
- Error in created hook: “referenceerror:” promise “undefined” Vue cli project Google is right, ie reported an error, “promise” undefined“
- configure: error: readline library not found solution
- Solve the problem of jdk8 after win7 is installed. Has value ‘1.8’, but ‘1.7’ is required
- Call to undefined function mysql_ Connect() solution summary
- “XXXXXX is a” namespace “, but here it is used as a” type “
- Vs configuration of OpenGL development environment: configuration of glfw library and glad Library
- IntelliJ idea class is normal, but error is marked in red and cannot be found
- (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to
- In idea, @ slf4j is used to report an error, but log is not found