Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

c compiler for gcc

0 views
Skip to first unread message

Daniel Seifert

unread,
Jun 26, 2001, 11:29:09 AM6/26/01
to
Hi everybody,

upon compiling gcc v3 i've come across the message that i need a c compiler
(cc) to do so.

logical, isn't it? But where can i get the cc ?

thanks in advance,

daniel


James E Kogler

unread,
Jun 26, 2001, 11:44:06 AM6/26/01
to

to build gcc you need a C compiler, some links to binary versions of
gcc for various platforms can be
found at:

http://www.gnu.org/software/gcc/install/binaries.html


They might already have gcc3 for you, but if not, get an older one and
then build the new one with it

jim

--
Jim Kogler

Integrated Computer Solutions, Inc.
Visual Development Tools for Professionals

PHONE: 617.621.0060 x132
FAX: 617.621.9555

201 Broadway 6th Floor
Cambridge, MA 02139

Richard Homolka

unread,
Jun 26, 2001, 1:24:52 PM6/26/01
to
> upon compiling gcc v3 i've come across the message that i need a c compiler
> (cc) to do so.
>
> logical, isn't it? But where can i get the cc ?
Depends on your OS. You didn't list it.

I'm gonna go out on a limb, most UNIXen other than Solaris come with a
mini compiler (just enough to compile the kernel) which can actually
munge gcc enough for a bootstrap compile. So I'll *guess* you have
solaris and recommend http://www.sunfreeware.com/ for all your Solaris
binary needs. If you don't have solaris, next time mention what your OS
is when asking help about it.


0 new messages