I had a problem compiling 2.0.4 on Solaris 8 but have successfully done
it.
 
I had to upgrade my gcc because I didn't have g++.
I installed gcc-3.4.6-sol8-sparc-local from SUN Freeware.
 
Running configure had problems with the PTHREADS libraries.
"make" used some CFLAGS from a variable:
    PTHREAD_CFLAGS=-D_REENTRANT -pthread
 
I had success with the following syntax:
    PTHREAD_CFLAGS="-D_REENTRANT -lpthread -lrt" ./configure
    make
 
PS.
 
I had "pthread_create failure" errors when using the SUN Freeware
iperf-2.0.4-sol8-sparc-local package.
That is why I went to compiling it instead.
The SUN Freeware iperf-2.0.4-sol10-sparc-local package worked fine on my
Solaris 10 system.

Mel Stotyn 
Senior Operations Specialist 
ENMAX Envision Inc. 
msto...@enmax.com 
Phone: 403 514-3443 


************************************************************************
This e-mail message is intended only for the person(s) named above and
may contain confidential or privileged information. If you are not the
person named or have not been authorized by them to access their mail,
please notify the sender immediately and delete this e-mail and any 
attachments without reading, saving, or forwarding.
************************************************************************

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Iperf-users mailing list
Iperf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iperf-users

Reply via email to