|
From: John E. / T. <td...@td...> - 2008-11-16 21:43:39
|
François Dumont wrote: > Hi > > I am sorry to insist on this point but I really think that a good > localization support would be a great enhancement for MinGW. I absolutely concur. > So here are > the last lines I have when I run make to build the complete gcc package > for C and C++ language using the configure command advised in this thread: > > No need to remake target `cpp.exe'. > Considering target file `specs'. > File `specs' does not exist. > Pruning file `xgcc.exe'. > Finished prerequisites of target file `specs'. > Must remake target `specs'. > c;C:\Utils\msys\1.0\Utils\gcc-build\gcc\xgcc > -Bc;C:\Utils\msys\1.0\Utils\gcc-build\gcc\ > -Lc;C:\Utils\msys\1.0\Utils\gcc-build\mingw32\winsup\mingw > -Lc;C:\Utils\msys\1.0\Utils\gcc-build\mingw32\winsup\w32api\lib -isystem > c;C:\Utils\msys\1.0\Utils\gcc\trunk\winsup\mingw\include -isystem > c;C:\Utils\msys\1.0\Utils\gcc\trunk\winsup\w32api\include > -BC;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\bin\ > -BC;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\lib\ -isystem > C;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\include -isystem > C;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\sys-include -dumpspecs > >> tmp-specs >> > CreateProcess(C:\Utils\msys\1.0\bin\sh.exe,C:/Utils/msys/1.0/bin/sh.exe > -c "c;C:\Utils\msys\1.0\Utils\gcc-build\gcc\xgcc > -Bc;C:\Utils\msys\1.0\Utils\gcc-build\gcc\ > -Lc;C:\Utils\msys\1.0\Utils\gcc-build\mingw32\winsup\mingw > -Lc;C:\Utils\msys\1.0\Utils\gcc-build\mingw32\winsup\w32api\lib -isystem > c;C:\Utils\msys\1.0\Utils\gcc\trunk\winsup\mingw\include -isystem > c;C:\Utils\msys\1.0\Utils\gcc\trunk\winsup\w32api\include > -BC;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\bin\ > -BC;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\lib\ -isystem > C;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\include -isystem > C;C:\Utils\msys\1.0\Utils\msys\1.0\local\mingw32\sys-include -dumpspecs > >> tmp-specs",...) >> > Putting child 0x00fb37f8 (specs) PID 16505408 on the chain. > Live child 0x00fb37f8 (specs) PID 16505408 > /usr/bin/sh: c: command not found > /usr/bin/sh: C:Utilsmsys1.0Utilsgcc-buildgccxgcc: command not found > /usr/bin/sh: C:Utilsmsys1.0Utilsgcc-buildgcc -Lc: command not found > > The build script is generating a really weird command. I guess there > must be some trouble with management of '/' or '\' or with the C: > problem exposed in this thread too. Do you know how I > can debug this problem ? > Unfortunately, I've never seen that before and none of it is at all meaningful to me. What versions of the MSYS runtime, make, and GCC binaries are you using, and where is each installed? What is your environment? Are you trying to do this in the MSYS self-development mode? (You shouldn't be.) -John E. |