2009/12/28 Pardis Beikzadeh:
> Hi,

This question should be asked on the gcc-help mailing list, not this one.

> I'm having a problem while installing gcc3.2. I'm trying to install
> gcc3.2 for my installation of cygwin because anything higher than that
> won't work if I try to compile mex files for Matlab. Unfortunately
> when I try to configure gcc3.2 (before getting to the bootstrap step),
> I get an error because no proper cc is found. This is of course
> because I uninstalled my gcc3.4 in order to install gcc3.2 from
> scratch according to the suggestion in the email below from the gcc
> mailing list. Could you please tell me how to solve this problem?

I don't see any suggestion in the mail you quoted that says to uninstall gcc3.4

I suggest you don't uninstall gcc3.4 and instead configure gcc3.2 so
it installs to a different path. That way you will have two versions
installed in separate locations.

> Where can I get an installation of cc that will work with gcc3.2? It
> seems like I'm stuck with a chicken and egg problem because it seems
> like I need gcc before I can install gcc.
>
> Also 'make bootstrap' doesn't work without running configure, so I'm
> not sure what the "recommended way" mentioned in the email below
> means.

It means following the usual installation instructions given on the
gcc website, which say to run configure first. Once you've configured
you can run 'make bootstrap'

Reply via email to