From: Duft M. <Mar...@sa...> - 2006-12-05 11:22:48
|
Hi! Looks like wgcc fails recognizing your instance of visual studio during configure. Some things are interesting here: * are you using Interix or Cygwin? * where is your MSVC installed? * where is (if you have it) your platform SDK? * the config.log file * the ${prefix}/etc/.wgccrc file Maybe you could send me those infos, that would help. ;o) You may also just have a look at the .wgccrc file (should be in the dir where you gmake check) There should be some lines like Paths.c =3D ... Paths.c +=3D ... Paths.c++ =3D ... Paths.c++ +=3D ... Paths.linker =3D ... Paths.linker +=3D ... These should *each* include the prefix for which wgcc was configured, and any visual studio directory that is neccessary. Hope this help! Cheers, Markus Aleksey Cheusov <> wrote: > While installing wgcc I have the following. > MSVC version is 2005 Express Edition. >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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=20 > 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 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 9 of 9 tests failed > (1 tests were not run) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > *** Error code 1 >=20 > Stop. > *** Error code 1 >=20 > Stop. > *** Error code 1 >=20 > 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=20 > Interix syn-fs 3.5 SP-8.0.1969.1 x86 AMD Athlon/Duron 0 wgcc-2.0.5> > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20 >=20 > After 'make install' it to /opt/wgcc > (It was configured configure with --prefix /opt/wgcc). > I updated PATH and LD_LIBRARY_PATH. >=20 > Then, I have the following trouble with real C++ project. > "fatal : cannot execute assembler task for generator." >=20 > Does wgcc work with MSVC++ 2005 Express Edition? |