Fedora 10 Live -- No Development Tools?



I pulled down a 3/4 G iso file from the Fedora 10 site and burned it onto a CD. It doesn't have gcc or make. It took 2 hours to download the file. Is there another version that at least has some minimal dev tools? Maybe a DVD version? I want to compile a 38K line C program that has no GUI but does use some sort of graphics facility to produce jpg files. From the main program:

#define wolf

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "cgi-draw.h"
#include "novas.h"
#include "global.h"
#include "calstars.h"
#include "imatrix.h"
#include "cnstl.h"

/* ************ markstars ***************
main routine of WOLF

--
W. eWatson

(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

Web Page: <www.speckledwithstars.net/>

.



Relevant Pages

  • Re: type info of exception
    ... "Old Wolf" wrote: ... > I noticed when an uncaught exception occurred, GCC ... > I have to try using a compiler-specific unmangling function? ... Vladimir Ciobanu ...
    (comp.lang.cpp)
  • Re: hardware list for Fedora
    ... > check hardware compatibility for Fedora. ... Wolf ... Open WebMail Project ...
    (Fedora)
  • Re: segmentation fault in strcmp()
    ... Old Wolf wrote: ... Is there any addon for GCC to do bounds checking? ... Alan Curry ...
    (comp.lang.c)