Mike wrote: > Here is a really good question. I installed all of my development tools after > I had installed the OS and I can't find them. I can do my coding in vi, but I > have no idea how to compile the code or debug in a terminal. If anyone knows > were I should look for my tools in SuSE 8.2 please let me know. Also I would > like to add them to my start apps. menu, how would I go about that? Most of the Dev stuff is just headers for the various libs and your compilers (gcc and g++). I don't know what if any GUI IDEs will be put on the system. what little I know of compiling an app comes from a dev already having created a make file or having a configure script from the autoconf tools to use. debug is done with gdb and strace from command-line. --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss