- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- installing binutils-2.11 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
07-06-2001 05:35 AM
07-06-2001 05:35 AM
installing binutils-2.11 on HPUX-11.11
I am trying to install binutils-2.11 and (later) gcc-2.95.3 under HPUX-11.11.
After configure, make breaks with errors:
...
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: "readelf.c", line 1884: error 1705: Function prototypes are an ANS
I feature.
(Bundled) cc: "readelf.c", line 2080: error 1705: Function prototypes are an ANS
I feature.
(Bundled) cc: "readelf.c", line 2098: error 1705: Function prototypes are an ANS
I feature.
(Bundled) cc: "readelf.c", line 2116: error 1705: Function prototypes are an ANS
I feature.
*** Error exit code 1
Stop.
Thanks in advance for any answer.
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 05:40 AM
07-06-2001 05:40 AM
Re: installing binutils-2.11 on HPUX-11.11
http://hpux.cs.utah.edu/hppd/hpux/Gnu/binutils-2.11/readme.html
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 05:51 AM
07-06-2001 05:51 AM
Re: installing binutils-2.11 on HPUX-11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 06:00 AM
07-06-2001 06:00 AM
Re: installing binutils-2.11 on HPUX-11.11
I followed the installation procedure:
untaring the archiv under /usr/local/bin
cd binutils..
./configure
make
Attached you can find the messages during the above two commands.
I have no ANSI/C Compiler installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 12:21 PM
07-18-2001 12:21 PM
Re: installing binutils-2.11 on HPUX-11.11
Vince is correct, the errors are due to the fact that the bundled compiler is not capable of compiling ANSI code. In fact I would recommend, having compiled this tools set myself, that you do not use the HP ANSI compilers. You should go out and get gcc, bash, GNU make and all the other tools from gnu.org. The reason I say this is not because there is a problem with the HP ANSI compiler, but extensions are used that are part of the GNU compiler. So, save yourself the aggravation of compiler warning and errors, use GNU tools when compiling GNU software.
vic