configure: line syntax error near unexpected token `win32-dll'

简介: configure: line syntax error near unexpected token `win32-dll'

最近编译,多次出现类似下面错误:

./configure: line 3590: syntax error near unexpected token `win32-dll'
./configure: line 3590: `LT_INIT(win32-dll)'
make: *** [builds/unix/detect.mk:91:setup] 错误 2
make:.includefreetypefreetype.h:命令未找到
config.mk:26: builds/unix/unix-cc.mk: 没有那个文件或目录
make: *** 没有规则可制作目标“builds/unix/unix-cc.mk”。 停止。
make:.includefreetypefreetype.h:命令未找到
config.mk:26: builds/unix/unix-cc.mk: 没有那个文件或目录
make: *** 没有规则可制作目标“builds/unix/unix-cc.mk”。 停止。

经过反复研究,发现是自己擅自(!)运行了autogen.sh导致的。解决办法:删除目录,重新下载编译。

目录
相关文章
|
6月前
|
Python
解决安装ConcurrentLogHandler报错error in ConcurrentLogHandler setup command: use_2to3 is invalid.
本文介绍了在Python环境下安装ConcurrentLogHandler时遇到的"use_2to3 is invalid"错误的解决方法,主要是通过降级setuptools到57.5.0版本来解决该问题。
257 2
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
|
Java 开发工具 Android开发
Android Studio 解决:error adding symbols: File in wrong format clang++.exe: error: linker command...
错误日志: Error:FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:externalNativeBuildDebug'.
6615 0
|
9月前
|
Unix Linux Shell
syntax error: unexpected end of file
syntax error: unexpected end of file
42 0
|
9月前
An unexpected error was encountered while executing a WSL command. Common causes include access righ
An unexpected error was encountered while executing a WSL command. Common causes include access righ
|
9月前
|
NoSQL C语言
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
1724 0
Parse error: syntax error, unexpected '<<' (T_SL) in .../test2.php on line 2
Parse error: syntax error, unexpected '<<' (T_SL) in .../test2.php on line 2
196 0
configure: line syntax error near unexpected token `win32-dll'
configure: line syntax error near unexpected token `win32-dll'
370 0
|
C语言
configure:3855: gcc -V >&5 gcc: error: unrecognized command line option '-V'
configure:3855: gcc -V >&5 gcc: error: unrecognized command line option '-V'
723 0
|
Perl
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1
734 0

热门文章

最新文章