阅读:5025回复:1
编译firefox提示configure: error: The linker major version 请问该怎么解
我编译firefox时提示
configure: error: The linker major version, , does not match the compiler suite version, 6 编译环境: cygwin + vc6 + sp5 + Processor Pack 请各位大侠指点 |
|
1楼#
发布于:2005-10-11 17:15
最简单的办法是把link.exe改名
The cygwin tool "link.exe" is being confused for an object linker. Make sure that the Microsoft tools are before cygwin in your PATH, or rename or remove /bin/link.exe 详见 http://developer.mozilla.org/en/docs/index.php?title=Mozilla_Build_FAQ&printable=yes |
|