Shad <shadz123@xxxxxxxxxxxxx> writes: > Is there any kind of GUI package available > for programming in it? Is there any package for developing GUIs for > user interfaces with the fundamental program body? Aside from the other answers, if you are looking for a GUI I think you are starting at the wrong level. A GUI for gcc would typically be described as an IDE--an Integrated Development Environmnt. gcc is a relatively small part of an IDE. If you are looking for an IDE for GNU/Linux, look for that. It will most likely use gcc internally, but you will most likely never care about that level. Ian