[no subject]
> >From: BWright --at-- eu.go2uti.com
> >To: dast --at-- nlanr.net
> >Subject: make iperf-1.6.4 on HP-UX 64bit System
> >Date: Fri, 13 Dec 2002 16:17:33 -0000
> >
> >Hello there
> >
> >I am a simple systems administrator so when it comes to programs not
> >compiling and why I get very stuck. But I have tried to compile this on our
> >machine (it could simply be the 64bit stuff or HP-UX Version 11.00) but it
> >does not seem to work.
> >
> >Can you give me a way to work around it:
> >
> >Here are the details during compilation:
> >checking for g++... no
> >checking for c++... no
> >checking for gpp... no
> >checking for aCC... no
> >checking for CC... no
> >checking for cxx... no
> >checking for cc++... no
> >checking for cl... no
> >checking for FCC... no
> >checking for KCC... no
> >checking for RCC... no
> >checking for xlC_r... no
> >checking for xlC... no
> >checking whether we are using the GNU C++ compiler... no
> >checking whether g++ accepts -g... no
First you do not have a C++ compiler in your path. Iperf is a C++
application so you will need to get a C++ compiler, and we also currently
use the STD libraries so you will need to make sure those are installed as
well.
> >checking build system type... Invalid configuration `hppa2.0w-hp-hpux11.00':
> >machine `hppa2.0w-hp' not recognized
> >configure: error: /bin/sh ./config.sub hppa2.0w-hp-hpux11.00 failed.
This is due to our distributing of outdated config.sub and config.guess,
sorry! You can get newer versions from ftp://ftp.gnu.org/pub/gnu/config/
just throw the new config.guess and config.sub into the cfg/ directory and
retry (after you get a C++ compiler in the path of course).
Kevin