From: Aleksey C. <vl...@gm...> - 2006-11-30 16:32:39
|
While installing wgcc I have the following. MSVC version is 2005 Express Edition. =================================================================== 0 wgcc-2.0.5>make check Making check in confix-admin Making check in coff Making check in tests make check-TESTS error : execution of task seemed to fail, return code 32512 fatal : assembler queue didn't complete, cannot continue compilation failed. FAIL: assembler.test linking failed. FAIL: c.test linking failed. FAIL: cpp.test [ checking c ] shared library link failed FAIL: explicit-import.test [ checking c ] shared library link failed FAIL: export-all.test [ checking c ] shared library link failed FAIL: implicit-import.test [ checking c ] warning: wrapper header set but not available! linking failed. FAIL: profiler.test [ checking c ] shared library link failed FAIL: shared.test [ checking c ] linking failed. FAIL: static.test SKIP: stdcxx.test ====================== 9 of 9 tests failed (1 tests were not run) ====================== *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. 0 wgcc-2.0.5>cl.exe /? | head -n 2 Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. 0 wgcc-2.0.5>uname -a Interix syn-fs 3.5 SP-8.0.1969.1 x86 AMD Athlon/Duron 0 wgcc-2.0.5> =================================================================== After 'make install' it to /opt/wgcc (It was configured configure with --prefix /opt/wgcc). I updated PATH and LD_LIBRARY_PATH. Then, I have the following trouble with real C++ project. "fatal : cannot execute assembler task for generator." Does wgcc work with MSVC++ 2005 Express Edition? -- Best regards, Aleksey Cheusov. |