Skip to main content
GameDev.net gamedev.net
🔒 Locked

Dev-C++ "installation problem, cannot exec cc1plus': No such file or directory"

Started by Quantium Oct 6, 2007 at 3:32 AM 0 replies 6.9k views
Original Post
Quantium
Quantium
I encountered this error using Dev-C++ 4.9.9.2. I noticed that there is an old thread (http://www.gamedev.net/community/forums/topic.asp?topic_id=405648&whichpage=1�) that has a very long and involved solution. I'm not certain, but I think it doesn't have anything to do with Windows Vista. My fix was pretty simple: Menu bar: 'Tools|Compiler Options' Compiler Options dialog: "Directories" tab Directories tab: "Binaries" sub-tab Add path to cc1.exe dir: "C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2" (you'll have to find the dir on your system) Shift+F11 Problem solved! Good luck, Quantium
jbadams
jbadams
As an alternative, you could get a more up-to-date and feature complete IDE such as Microsoft's Visual C++ 2005 Express Edition or Code::Blocks, both of which are also freely available.

Or, if you for some reason insist on sticking with Dev-C++ you could look into wxDev-C++, which is under active development.
- Jason Astle-Adams

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.