- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help me compiling gcc on hpux 11i
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
05-22-2002 09:56 AM
05-22-2002 09:56 AM
Help me compiling gcc on hpux 11i
I want to compile gcc on hpux 11.11 system,
I tried to get depot's from that site & also from HP site ,but when i try to install other open (GNU)softwares ,i will get many errors.
How can i make gcc a working compiler.
I installed binutils depot ,but no help.
Thanks in advance for any input.
_VB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 10:02 AM
05-22-2002 10:02 AM
Re: Help me compiling gcc on hpux 11i
have a look at these threads
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x291fcbaac6dcd5118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 10:03 AM
05-22-2002 10:03 AM
Re: Help me compiling gcc on hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 10:23 AM
05-22-2002 10:23 AM
Re: Help me compiling gcc on hpux 11i
I already installed gcc from this HP site,but still i am not able to compile other GNU stuff,any hint.
Thanks
-VB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 11:08 PM
05-22-2002 11:08 PM
Re: Help me compiling gcc on hpux 11i
export CC=/opt/gcc/bin/gcc
good luck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 12:20 AM
05-23-2002 12:20 AM
Re: Help me compiling gcc on hpux 11i
there are a number of other GNU packages you need for GCC alright, including binutils, gettext, bison, flex, m4 and texinfo. That may not be an exhaustive list - as I'm sure you've already found for a GNU package you need, there are another 2 or 3 dependencies, which need another one or two packages etc. etc.
Once I've had those on though, I've only got GCC to compile using the "make bootstrap" option. It takes a bit longer but it gets there eventually. I haven't got it to compile using the HPUX cc compiler at all. This is on 11.00 but I guess it would be the same deal on 11i.
hope that helps,
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 03:28 AM
05-23-2002 03:28 AM
Re: Help me compiling gcc on hpux 11i
try
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/0,1703,547,00.html
gcc for hp-ux 11
description
the GNU compiler collection
This package provides all the tools needed to compile C and C++ programs on the HPPA or Itanium Processor Family platform. This download includes the binutils tools and gas as well as the GCC compilers and is based on binutils version 2.11 and GCC version 3.0.
There are separate compilers for building ILP32 and LP64 executables on HPPA. The ILP32 compiler is located in /usr/local/bin and the LP64 compiler is located in /usr/local/pa20_64/bin. The HPPA LP64 compiler will automatically generate LP64 code -- no special arguments need to be passed. For the Itanium Processor Family compiler, the command-line argument -mlp64 should be used to have the compiler generate LP64 code.
specifications
system requirements: gcc version: 3.0
size of package: 11i Version 1.5 34.6 MB (binary)
22.9 MB (source)
disk space: 11i Version 1.5 104.3 MB (binary)
22.8 MB (source)
gcc version: 3.0.2
size of package: 64-bit 11.0 & 11i 27.4 MB (binary)
24.1 MB (source)
32-bit 11.0 & 11i 22.1 MB (binary)
22.9 MB (source)
disk space: 64-bit 11.0 & 11i 69.5 MB (binary)
26.2 MB (source)
32-bit 11.0 & 11i 70.5 MB (binary)
26.2 MB (source)
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 09:46 PM
05-23-2002 09:46 PM
Re: Help me compiling gcc on hpux 11i
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 09:56 PM
05-23-2002 09:56 PM
Re: Help me compiling gcc on hpux 11i
This link assisted a question from a few days ago. I hope it solves yours....
http://gcc.gnu.org/ml/gcc/2002-03/msg00949.html
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:39 PM
05-24-2002 05:39 PM
Re: Help me compiling gcc on hpux 11i
What i did was i did
configure --without-gnu-as --enable-languages=c
compiled & with this compiled binutils
then reconfigured gcc with
configure --with-gnu-as --enable-languages=c,c++
then with this i recompiled binutils(final)
But i downloaded other stuffs like flex,autoconf,automake,make ,from HP site put it in /usr/local/bin.
Now my compiler works like a rockstar.
Thanks all agian
-VB