- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Compiling gcc 3.3.1 64 bit on HPUX 11.11
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
10-08-2003 07:51 AM
10-08-2003 07:51 AM
Compiling gcc 3.3.1 64 bit on HPUX 11.11
>$ configure \
> --enable-languages=c,c++ \
> --prefix=/usr/local/pa20_64 --with-local-prefix=/usr/local/pa20_64 \
> --with-gnu-as --with-as=/usr/local/pa20_64/bin/as \
> --with-gnu-ld --with-ld=/usr/local/pa20_64/bin/ld \
> --disable-shared \
> --disable-nls \
> --host=hppa64-hp-hpux11.11
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava target-libf2c zlib fastjar target-libobjc
(Any other directories should still work fine.)
Created "Makefile" in /var/tmp/ovo/gcc-3.3.1 using "mh-frag"
gcc: installation problem, cannot exec `cc1': No such file or directory
*** The command 'gcc -mpa-risc-2-0 -o conftest -g -O2 conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
CC is set to CC=gcc -mpa-risc-2-0, which by itself seems OK (returns the normal "no input files".)
Has anyone run across this sort of problem? Any suggestions?
Ben Wern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 11:05 PM
10-08-2003 11:05 PM
Re: Compiling gcc 3.3.1 64 bit on HPUX 11.11
Have you already installed "binutils" ??
If you have which versiuon is it??
Why are you using gnu linker ?
Also, What compiler are you using to build gcc?
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 11:18 PM
10-08-2003 11:18 PM
Re: Compiling gcc 3.3.1 64 bit on HPUX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 12:19 PM
10-09-2003 12:19 PM
Re: Compiling gcc 3.3.1 64 bit on HPUX 11.11
I also tried setting to compiler to use HP's cc.
I don't have binutils installed at present, unless Merijn's precomiled version comes with it.
Ben Wern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 09:36 PM
10-09-2003 09:36 PM