Results 1 to 1 of 1
hello,
I've installed Suse 10.3, which has gcc version 4.2.1 .
For a number of reasons I need also an older version of gcc,
for example 3.2.3. Therefore I followed ...
- 01-04-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 1
cannot install gcc version 3.xx in Suse 10.3
hello,
I've installed Suse 10.3, which has gcc version 4.2.1 .
For a number of reasons I need also an older version of gcc,
for example 3.2.3. Therefore I followed a recipe found on the web, e.g. in:
White paper: Installing and Using Multiple Versions of GCC
or
IW0HNB Italian Amateur Radio Station - Installing Two Gcc Versions
I downloaded gcc-3.2.3.tar.gz then:
>tar -zxf gcc-3.2.3.tar.gz
(the dir. gcc-3.2.3 is created)
>mkdir temp
>cd temp
> ../gcc-3.2.3/configure --prefix=/usr/local/gcc/3.2.3
(everything looks fine during this step)
>make
here the compilation fails. The output I get is here:
gcc_make_output_1
(note that I also tried 'make bootstrap' as suggested in the first link above, but it also failed)
Any help in understanding how to fix the problem and install gcc 3.2.3 is very
appreciated.
Best regards.


Reply With Quote