Page 1 of 1

Help: Linux (Suse 9.0) Newbie !!!!!

Posted: Sun Nov 30, 2003 10:17 am
by Niemayd
Hi to all of you!

I' ve got some problems. Programming on Windows is no problem, but Suse IS not that easy :oops: . Can you tell me some compilers for linux, who are easy ti use? I just read something about gcc? And i downloaded dev c++. Something like that available for linux?

Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

Posted: Sun Nov 30, 2003 10:59 am
by Kortyburns
Hi,


I'm a Linux newbie, but I use gcc and it works fine (Beware you must not use an old version of gcc, compiling irrlicht won't work).

look http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=513


The best GUI debugger i've found is DDD :
http://www.gnu.org/software/ddd/ddd.html

And for Code Source Editor, there are :
Nedit
Kate
Emacs


If you're looking for something like devc++, there's also Kdevelop


Good luck !

Posted: Sun Nov 30, 2003 11:01 am
by Kortyburns
Sorry, it's g++, not gcc. :oops:

Posted: Wed Dec 03, 2003 4:16 pm
by Niemayd
Thank you! Just started to test it out!

Posted: Fri Dec 05, 2003 8:53 pm
by zoschfrosch
I use Debian Linux with gcc. As graphical development tool, I use KDevelop an KDBG as Debugger. That works fine, except of creating the makefiles with autoconf and automake, which seems to be a little bit buggy.