%% "Leonid Spektor" <[EMAIL PROTECTED]> writes: ls> I have a SuSe Linux but not development tools installed on it. ls> I am planning to install make and gcc tools.
ls> Will they work for SuSe Linux on PC ? ls> Do I need to install make first, and then gcc? Of course, they will work. You can't compile either make or GCC from source without already having a compiler installed. You can install either of them in either order as binary packages (RPMs). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
