编译OpenJDK:invalid configuration Files: machine Files not recognized

简介: 编译OpenJDK:invalid configuration Files: machine Files not recognized

这个错误莫名其妙,怎么回事?原因是在构建参数中使用了变量。如


C_COMPILER=C:\Program Files (x86)\Java


C_COMPILER="C:\Program Files (x86)\Java"


./configure --with-tools-dir=$C_COMPILER



解决办法:


./configure --with-tools-dir="$C_COMPILER"

目录
相关文章
|
Linux C语言
Linux These critical programs are missing or too old: compiler
Linux These critical programs are missing or too old: compiler
2500 0
Linux These critical programs are missing or too old: compiler
|
缓存 JavaScript
Error: EPERM: operation not permitted, mkdir ‘C:\Program Files\nodejs‘TypeError: Cannot read proper
Error: EPERM: operation not permitted, mkdir ‘C:\Program Files\nodejs‘TypeError: Cannot read proper
157 0
|
开发工具
WARNING: library configuration mismatch
WARNING: library configuration mismatch
329 0
|
JavaScript
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
201 0
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
737 0
codeblocks中出现#error This file requires compiler and library support for the错误时的解决方案
x86_64-linux-gnu/libgdk-x11-2.0.so: error adding symbols: DSO missing from command line
x86_64-linux-gnu/libgdk-x11-2.0.so: error adding symbols: DSO missing from command line
246 0
|
C语言
gcc is unable to create an executable file.
gcc is unable to create an executable file.
422 0
configure: error: Library requirements (libpcre >= 7.8) not met
configure: error: Library requirements (libpcre >= 7.8) not met
146 0
cl.exe is unable to create an executable file. C compiler test failed.
cl.exe is unable to create an executable file. C compiler test failed.
204 0
|
Ubuntu
解决办法:GLib-ERROR **: Creating pipes for GWakeup: Too many open files
解决办法:GLib-ERROR **: Creating pipes for GWakeup: Too many open files
179 0
下一篇
DataWorks