It would appear that I have linuxthreads in my gclib. I have the
pthread header files.
I configure perl ala "./Configure -Dusethreads -des" and try to build
but run into an immediate problems, (see below).
Are there any suggestions?
Thanks
Anthony
twiga:/usr/scratch/perl5.005_01# make
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -D_REENTRANT -Dbool=char -DHAS_BOOL
-I/usr/
local/include -O2
In file included from miniperlmain.c:11:
perl.h:1146: parse error before `perl_cond'
perl.h:1146: warning: data definition has no type or storage class
In file included from perl.h:1953,
from miniperlmain.c:11:
thread.h:203: parse error before `perl_cond'
thread.h:203: warning: no semicolon at end of struct or union
thread.h:204: warning: data definition has no type or storage class
thread.h:206: parse error before `}'
thread.h:206: warning: data definition has no type or storage class
In file included from perl.h:1979,
from miniperlmain.c:11:
perlvars.h:28: parse error before `PL_eval_cond'
perlvars.h:28: warning: data definition has no type or storage class
perlvars.h:33: parse error before `PL_nthreads_cond'
perlvars.h:33: warning: data definition has no type or storage class
make: *** [miniperlmain.o] Error 1
twiga:/usr/scratch/perl5.005_01#