Re: Cannot run gcc on Fedora 13

2010-06-30 Thread Barton Landrum
It worked! Thanks Gary! On Wed, Jun 30, 2010 at 12:46 PM, Garry Williams wrote: > On Wed, Jun 30, 2010 at 3:30 PM, Barton Landrum > wrote: > > I looked for the gcc binaries and I could not find them. > > sudo yum install /usr/bin/gcc > > -- > Garry Williams > -- > users mailing list > users@list

Re: Cannot run gcc on Fedora 13

2010-06-30 Thread Garry Williams
On Wed, Jun 30, 2010 at 3:30 PM, Barton Landrum wrote: > I looked for the gcc binaries and I could not find them. sudo yum install /usr/bin/gcc -- Garry Williams -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/m

Cannot run gcc on Fedora 13

2010-06-30 Thread Barton Landrum
I looked for the gcc binaries and I could not find them. I am trying to build the gcc C, C++ and other compilers using release 4.4.3 of the gcc code. To do this I still need a gcc binary to compile and link the code. I ran the following command: ../gcc-4.4.3/configure And got this: checking bu