This is the mail archive of the gcc@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: HPUX 2.0 10.20


On Thu, Jun 27, 2002 at 07:27:44PM -0500, Eduardo Osorio Armenta wrote:
> 
> Hi ,
> i downloaded the source code for gcc 3.1 from
> http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.1/

Thanks for the information, but for our build status lists we only
include builds using FSF distributions; it appears that there are
some changes to the sources from this site.
> 
> make a minor changes on:
> 
> source file:
>   /opt/gcc-3.1/gcc/gcc/tradcpp.c
> 			  
> function:  (line 2598)
> static void
> fixup_newlines (FILE_BUF *fp)
> 				
> static void
> fixup_newlines (fp)
> FILE_BUF *fp;

This has been fixed; no such change will be necessary for 3.1.1.
> 
> and run :
> gmake install

That doesn't follow our normal installation procedure, which involves
building in a separate directory with "<srcdir>/configure;
make bootstrap; make install".

> 
> the results:
> 
> # ./config.guess
> hppa2.0-hp-hpux10.20
> 
> prueba@/home/prueba> gcc -v
> Reading specs from /usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/specs
> Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured)
> ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure 
> Thread model: single
> gcc version 3.1
> 
> 
> it's that OK!

Janis


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