Search found 53 matches

by liqi98136
Mon Jan 18, 2010 10:11 am
Forum: General Help
Topic: Linker Error: crtbegin.o: error: No such file: No such file
Replies: 3
Views: 13345

Re: Linker Error: crtbegin.o: error: No such file: No such file

jerome, thanks. now I have downloaded a MinGW rather than theMinGW with 0.43,but the new version have still problems. the preview version compiled whit ecere 0.43 library,because it can not compile with official MinGW. Perhaps I have not set PATH correctly. object model designer see without anything...
by liqi98136
Mon Jan 18, 2010 1:55 am
Forum: 欢迎使用中文讨论
Topic: Error: gcc: CreateProcess: No such file or Directory
Replies: 0
Views: 14485

Error: gcc: CreateProcess: No such file or Directory

gcc: CreateProcess: No such file or Directory 错误 这个问题在google里面很多人发问,但是没有一个完整的解答,下面给出一个完整的解答 产生这个错误有两个原因: 第一是gcc无法找到安装目录里面的libexec目录里面的工具,通常这些工具包括cc1.exe,cc1plus.exe,collect2.exe,它们通常存放在: 安装目录\libexec\gcc\mingw32\4.3.0 第二是gcc无法找到mingw目录里面binutils的工具,它们通常存放在 安装目录\mingw32\bin 这两个目录的名字并不完全固定,根据不同组织编译的gc...