problems in building gcc-3.3.5 with SUSE10.1 (having gcc-4.1.0)

Tim Prince timothyprince@sbcglobal.net
Mon Aug 7 00:51:00 GMT 2006


Tian, Pu (NIH/NIDDK) [C] wrote:
> Hi,
> I am a newbie and am trying to build gcc-3.3.5 on my SUSe10.1 system (which have gcc-4.1.0 from the package, also have g77 based on gcc-3.3.5, the machine is a Thinkpad T60). I downloaded the tarball, unpack it, and tried to build it in a OBJDIR gcc_BLDG with the following command:
> 
> ../gcc-3.3.5/configure --prefix=/usr/local/gcc-3.3.5
> seems went OK. then
> 
> make bootstrap
> 
> failed with lots of warnings, the final few lines are:
> 
> a-charac.ads:16:01: (style) multiple blank lines
> make[2]: *** [ada/a-charac.o] Error 1
> make[2]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
> make: *** [bootstrap] Error 2
>
It looks like you haven't met all the prerequisites for building Ada, 
including having installed the Ada for your distro; if  you don't need 
it, you might add --enable-languages='c c++ ...' to specify just the 
languages you want.



More information about the Gcc-help mailing list