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

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Niemayd
Posts: 2
Joined: Sun Nov 30, 2003 10:07 am

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

Post 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
Kortyburns
Posts: 20
Joined: Wed Sep 10, 2003 12:31 pm
Location: FRANCE

Post 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 !
Kortyburns
Posts: 20
Joined: Wed Sep 10, 2003 12:31 pm
Location: FRANCE

Post by Kortyburns »

Sorry, it's g++, not gcc. :oops:
Niemayd
Posts: 2
Joined: Sun Nov 30, 2003 10:07 am

Post by Niemayd »

Thank you! Just started to test it out!
zoschfrosch
Posts: 11
Joined: Sat Nov 22, 2003 11:03 pm

Post 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.
Post Reply