Compile 2.01 problem


I work with Solaris 8 (sparc version)and I have installed  "gcc 2.95.3" my problem is that i can't compile the 2.01 versión.
I make this steps.
1. ./compile (I think that the response is Ok)
2. ./make
	And have this problem:

	//************************************************************//

	make  all-recursive
	Making all in compat
	source='Thread.c' object='Thread.o' libtool=no \
	depfile='.deps/Thread.Po' tmpdepfile='.deps/Thread.TPo' \
	depmode=gcc /bin/bash ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include    -O2 -c Thread.c
	Thread.c: In function `thread_stop':
	Thread.c:205: `oldTID' undeclared (first use in this function)
	Thread.c:205: (Each undeclared identifier is reported only once
	Thread.c:205: for each function it appears in.)
	*** Error code 1
	make: Fatal error: Command failed for target `Thread.o'
	Current working directory /prueba1/iperf_dir/iperf-2.0.1/iperf-2.0.1/compat
	*** Error code 1
	make: Fatal error: Command failed for target `all-recursive'
	Current working directory /prueba1/iperf_dir/iperf-2.0.1/iperf-2.0.1
	*** Error code 1
	make: Fatal error: Command failed for target `all'
	

	// ***********************************************************//

What can I do?

Thanks in advance.



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index