HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Netperf install
Operating System - HP-UX
1830931
Members
2254
Online
110017
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
10-01-2002 12:26 PM
10-01-2002 12:26 PM
Netperf install
Having trouble installing netperf. Can anyone help me with the error i received below?
Richard
I am using the netperf-2.2p12 version on HPUX 11.0
# make install
cc -Ae -O -DDEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -DUSE_PSTAT -DHAVE_SENDFILE -c netperf.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
cc -Ae -O -DDEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -DUSE_PSTAT -DHAVE_SENDFILE -c netsh.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
cc -Ae -O -DDEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -DUSE_PSTAT -DHAVE_SENDFILE -c netlib.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "netlib.c", line 1032: error 1705: Function prototypes are an ANSI feature.
*** Error exit code 1
Stop.
Richard
I am using the netperf-2.2p12 version on HPUX 11.0
# make install
cc -Ae -O -DDEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -DUSE_PSTAT -DHAVE_SENDFILE -c netperf.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
cc -Ae -O -DDEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -DUSE_PSTAT -DHAVE_SENDFILE -c netsh.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
cc -Ae -O -DDEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -DUSE_PSTAT -DHAVE_SENDFILE -c netlib.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "netlib.c", line 1032: error 1705: Function prototypes are an ANSI feature.
*** Error exit code 1
Stop.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 12:40 PM
10-01-2002 12:40 PM
Re: Netperf install
do you have a licensed install of the C/ANSI product from HP? Sounds like something is missing with respect to this product? The license is not free.
Ted
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 04:10 AM
10-02-2002 04:10 AM
Re: Netperf install
I assume this is the software that i need?
HP C/ANSI developer's bundle
B3901BA (for HP 9000 Servers)
B6237AA (Documentation set)
HP C/ANSI developer's bundle
B3901BA (for HP 9000 Servers)
B6237AA (Documentation set)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 09:34 AM
10-02-2002 09:34 AM
Re: Netperf install
Indeed, netperf these days requires an ANSI compliant C compiler. It no longer compiles with the bundled C compiler.
That means either installing the HP ANSI C compiler (my preference) or gcc (I do not have the opportunity to test gcc compiles of netperf on HP-UX.
Or you might try finding a precompiled binary.
The netperf-talk@netperf.org mailing list may be helpful as well. That is the "prefered" place to go to get help with netperf as strictly speaking, while netperf was written and is maintained by an HP employee (me :) it is not an HP product.
One must be a member of netperf-talk to send email to netperf-talk. Subscription requests are handled via email to netperf-talk-request@netperf.org.
happy benchmarking,
rick jones
That means either installing the HP ANSI C compiler (my preference) or gcc (I do not have the opportunity to test gcc compiles of netperf on HP-UX.
Or you might try finding a precompiled binary.
The netperf-talk@netperf.org mailing list may be helpful as well. That is the "prefered" place to go to get help with netperf as strictly speaking, while netperf was written and is maintained by an HP employee (me :) it is not an HP product.
One must be a member of netperf-talk to send email to netperf-talk. Subscription requests are handled via email to netperf-talk-request@netperf.org.
happy benchmarking,
rick jones
there is no rest for the wicked yet the virtuous have no pillows
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP