This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Tian, Pu \(NIH/NIDDK\) [C] writes:
 > 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
 > 
 > I also tried to build in the source directory, the same thing happened. This is true for gcc-3.4.6 too. I attached the output file from configure (config.log) and make (make.log). Any advices will be highly appreciated.

Please don't attach such huge files to your mail.

Do you really need an Ada compiler?  If you don't, just configure with
--enable-languages=c,c++,java etc...

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]