Hi.
Does anyone knows where I can find a gcc ide to use under cygwin?
Thx in advance.
Best regards,
Marco Alves.
gcc ide under cygwin
Re:gcc ide under cygwin
Depending on what you call an "IDE", your best bet is probably to get Eclipse (with the CDT plugin), and configure that to use the Cygwin GCC... or to hack Emacs / vim to oblivion, as some Debian types would probably do.
Every good solution is obvious once you've found it.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re:gcc ide under cygwin
You don't need to work in the cygwin shell to use cygwin programs
I use the simple highlighter editor (notepad++/context/whatever) and have the console next to it where all i do is typing 'make' 'make' 'make'.
If you try and fit those together on your desktop it might even look like a real IDE.
Different idea: Maybe you can trick Dev-C into using cygwin's stuff.
I use the simple highlighter editor (notepad++/context/whatever) and have the console next to it where all i do is typing 'make' 'make' 'make'.
If you try and fit those together on your desktop it might even look like a real IDE.
Different idea: Maybe you can trick Dev-C into using cygwin's stuff.
Re:gcc ide under cygwin
I like Dev-C++ as well, and it's not terribly hard to reconfigure to use something other than the default MinGW.
Re:gcc ide under cygwin
I use DEV-C++, but last time i reconfigure it i ended up messing everything else up, so now i use gcc on cygwin manually.