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]

gcc 3.1 installed on hppa2.0w-hp-hpux11.00


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.)

Test results will follow.


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