Hello All,
The make step on VMS next stopped at glthread/cond.c with:
cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC
-DEXEEXT=\"\" -I. -I.. -DGNULIB_STRICT_CHECKING=1 -g -c -o
glthread/cond.o glthread/cond.c
struct sched_param
^
%CC-E-REDEFSTRUCT, In this declaration, the struct "sched_param" is
redefined.
at line number 52 in file LCL_ROOT:[gnulib.gllib]sched.h;1
make[4]: *** [glthread/cond.o] Error 2
VMS does not currently provide a sched.h and has that definition in
pthread.h instead.
Regards,
-John