This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC3.3.3 Successful build in ia64-hpux11.23(hp rx5670)
- From: 이규호 <kyo at ktf dot com>
- To: <gcc at gnu dot org>
- Date: Tue, 9 Mar 2004 11:50:14 +0900
- Subject: GCC3.3.3 Successful build in ia64-hpux11.23(hp rx5670)
Hi. I'm Kyo in KTF
Recently, I can build GCC3.3.3 on my company's host(ia64 and hpux 11.23 - hp rx5670 model)
There is some essential prerequisite for building Gcc3.3.3 release in hpux11.23
First, the assembler from binutil(GNU's as) is sure to be installed first!
Second, only GNU's make utility properly work... so don't use hpux's make
instead, install GNU's make utility first and use it!
And run configuration script("configure" script) with "--with-as=" option necessarily
(and specify your GNU's as location, for example "--with-as=/usr/local/bin/as" ^^)
so, Let me place my instruction here..
1. Install binutil and GNU's make utility on my host
2. in Gcc directory.
./configure --with-as=/usr/local/bin/as
3. and
/usr/local/bin/make bootstrap
that's all... ^^
below are result of gcc -v execution(you saw a few reconfiguration log.. I tried several time.. ^^)
rx5670:/]/usr/local/bin/gcc -v
Reading specs from /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.3/specs
Configured with: ./configure : (reconfigured) ./configure --with-as=/usr/local/bin : (reconfigured) ./configure --with-as=/usr/local/bin : (reconfigured) ./configure --with-as=/usr/local/bin/as
Thread model: single
gcc version 3.3.3
and my check result..(for that, I installed "tcl", "expect", "dejagnu" also.. )
after execution of "/usr/local/bin/make -k check" in my gcc obj directory
=== g++ Summary ===
# of expected passes 7893
# of unexpected failures 4
# of unexpected successes 8
# of expected failures 98
# of untested testcases 23
# of unsupported tests 28
/home/gcc-3.3.3/gcc/testsuite/../g++ version 3.3.3
=== g77 Summary ===
# of expected passes 1720
# of unsupported tests 8
/home/gcc-3.3.3/gcc/testsuite/../g77 version 3.3.3
=== gcc Summary ===
# of expected passes 20670
# of unexpected failures 4
# of expected failures 78
# of unsupported tests 188
/home/gcc-3.3.3/gcc/xgcc version 3.3.3
=== objc Summary ===
# of expected passes 1166
/home/gcc-3.3.3/gcc/xgcc version 3.3.3
For your information.
Have a good time!
Kyu Ho, Lee
R&D Group
Network Laboratory
OSS Development Team / Senior
6F, 1010, Madu-Dong Ilsan-Gu, Koyang-Shi,
Kyunggi-Do 411-350 Korea
Moblie : 82-16-201-1328
Tel : 82-31-909-0847
Fax : 82-31-909-0661
Email : kyo@ktf.com