Image

Imagechumducky wrote in Imagelinux

An IDE requirement (crossposted to Imagecpp)

I develop command line C++ under GNU/Linux. I've never wanted to deal with writing automake and autoconf macros and thus I've used Anjuta as my preferred IDE. However, Anjuta has a limitation: it doesn't allow compilation to multiple targets; ie I can't compile both a program and a library the program uses as one project.

So, can anyone suggest a Linux IDE, which:
1) Is zero-cost.
2) Can autogenerate the GNU dev environment including automake, autoconf, and make.
3) Can compile to multiple targets.

Any takers? Please? I'd rather not drop back to Emacs and handwritten macro and Makefiles. I've been spoiled.

Qvacks.