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: gcc 3.1 installed on hppa2.0w-hp-hpux11.00


On Thu, May 16, 2002 at 10:37:51AM -0700, Joe Buck wrote:
> I've successfully installed gcc 3.1 on hppa2.0w-hp-hpux11.00.
> Configuration options were
> 
> --prefix=<somewhere> --with-gnu-as
> 
> Version 2.11.2 of gas was used.  Rather than wire in the path to gas
> with --with-as, I did the old trick of 
> 
> ln -s <path-to-gas> gcc/as
> 
> after configuration (so gas is used during the bootstrap), and
> 
> ln -s <path-to-gas> $prefix/lib/gcc-lib/hppa2.0w-hp-hpux11.00/3.1/
> 
> after installation.
> 
> As expected, the java library wasn't built: configure reports
> 
> *** This configuration is not supported in the following subdirectories:
>      target-libffi target-boehm-gc target-zlib target-libjava
>     (Any other directories should still work fine.)

Thanks!  Your message is now linked from the GCC 3.1 build status
page at http://gcc.gnu.org/gcc-3.1/buildstat.html.
> 
> Test results will follow.

Great!  I'll look for 3.1 test results occasionally and link them from
the build status page also.  Test results associated with a build
report like this one will appear in the same entry with the link for
the build report, and others will appear by themselves.

Janis


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