Monday, February 16, 2009

Linux problems

I am a lecturer in an Engineering college. Teaching to a Second year I.T students. Presently teaching Dada Structures and Files. Last year I taught samr subject to second year Conputer enginnering students.

This time I am taking the practicals on Linux platform. I don't know many things in Linux and facing many problems. Using Fedora 8. I used Kdevelop for C development but its really very difficult to use by SE students.

Anjuta is a good IDE. Installing it on fedora took a long strugling time. but finally it happened

like this

yum update yum

yum install anjuta

and it installed anjuta with all its dependancies

now i have a problem :

On my personal PC i have Open Suse installed and that has Anjuta as Default editor and it runs single .c file. But now this newly installed Anjuta on fedora 8 giving me problem. It is compiling a single file but while executing, it is asking me for arguments. and still not running program.