HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing gcc on 10.20b
Operating System - HP-UX
1825659
Members
3552
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 01:14 PM
02-23-2005 01:14 PM
Installing gcc on 10.20b
Hi Guys,
I am trying to install gcc compiler on my 10.20b. This is the first time I am attempting the installation. I have visited the site "https://www.beepz.com/personal/merijn/#Downloads" .. but am unsure which version of gcc i should download and how I should go about with the installation. Can anyone help me.. Thanks!!
Regards
Henry
I am trying to install gcc compiler on my 10.20b. This is the first time I am attempting the installation. I have visited the site "https://www.beepz.com/personal/merijn/#Downloads" .. but am unsure which version of gcc i should download and how I should go about with the installation. Can anyone help me.. Thanks!!
Regards
Henry
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 02:04 PM
02-23-2005 02:04 PM
Re: Installing gcc on 10.20b
You can download...
https://www.beepz.com/personal/merijn/gcc-3.4.3-32-10.20-hppa1.1.tbz
And install it...
bzip2 -d
You may not have bzip2 on your box, you can also download it from merjin's site.
download https://www.beepz.com/personal/merijn/bzip2-1.0.2-pa1.1 and save it somewhere like /usr/contrib/bin/bzip2 and chmod 755 bzip2. The run the command above to bunzip, tar the gcc files.
Hope this helps,
-denver
https://www.beepz.com/personal/merijn/gcc-3.4.3-32-10.20-hppa1.1.tbz
And install it...
bzip2 -d
You may not have bzip2 on your box, you can also download it from merjin's site.
download https://www.beepz.com/personal/merijn/bzip2-1.0.2-pa1.1 and save it somewhere like /usr/contrib/bin/bzip2 and chmod 755 bzip2. The run the command above to bunzip, tar the gcc files.
Hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 07:14 PM
02-23-2005 07:14 PM
Re: Installing gcc on 10.20b
Can you please tell me what is unclear about the installation instructions, so I can change it:
--8<---
The 3.4.3 version of gcc available in the download section includes binutils 2.15 and gdb-6.2.1. I know that by the time I uploaded the builds gdb-6.3 was already out, but I'm having trouble building recent gdb's in 64bit mode so I postpone those to later, where I either replace the current builds or include it in the next gcc builds. Install it like this:
# cd /usr/local
# bzip2 -d < /var/tmp/gcc-3.4.3-64-11.00-elf64.tbz | tar xf -
And add /usr/local/pa20_64/bin to your $PATH, preferably in /etc/PATH.
-->8---
bzip2 is the first download available in the Downloads section, and the most recent 10.20 port is gcc-3.4.3-32-10.20-hppa1.1.tbz
That would translate to, assumed you've downloaded the files to /tmp
# cd /usr/local/bin
# mv /tmp/bzip2-1.0.2-pa1.1 bzip2
# chmod 755 bzip2
# cd /usr/local
# /usr/local/bin/bzip2 -d # export PATH=$PATH:/usr/local/bin:/usr/local/pa11_32/bin
# gcc --version
Enjoy, Have FUN! H.Merijn
--8<---
The 3.4.3 version of gcc available in the download section includes binutils 2.15 and gdb-6.2.1. I know that by the time I uploaded the builds gdb-6.3 was already out, but I'm having trouble building recent gdb's in 64bit mode so I postpone those to later, where I either replace the current builds or include it in the next gcc builds. Install it like this:
# cd /usr/local
# bzip2 -d < /var/tmp/gcc-3.4.3-64-11.00-elf64.tbz | tar xf -
And add /usr/local/pa20_64/bin to your $PATH, preferably in /etc/PATH.
-->8---
bzip2 is the first download available in the Downloads section, and the most recent 10.20 port is gcc-3.4.3-32-10.20-hppa1.1.tbz
That would translate to, assumed you've downloaded the files to /tmp
# cd /usr/local/bin
# mv /tmp/bzip2-1.0.2-pa1.1 bzip2
# chmod 755 bzip2
# cd /usr/local
# /usr/local/bin/bzip2 -d # export PATH=$PATH:/usr/local/bin:/usr/local/pa11_32/bin
# gcc --version
Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP