Hi all,

I don't know if threads is supposed to work on VMS, but this is what I get 
with MMK after C<< @configure -"desm" -"Dusedevel" -"Duseithreads" >>:

CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/
NoList/float=ieee/ieee=denorm/Define=PERL_CORE DOIO.C

    fp = Perl_vms_start_glob(tmpglob, io);
.............................^
%CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer value 
"tmpglob" is "struct sv", which is not compatible with "struct interpreter".
at line number 2326 in file USER5:[abeltje.PERL-CURRENT]DOIO.C;1

    fp = Perl_vms_start_glob(tmpglob, io);
......................................^
%CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer value 
"io" is "struct io", which is not compatible with "struct sv".
at line number 2326 in file USER5:[abeltje.PERL-CURRENT]DOIO.C;1

    fp = Perl_vms_start_glob(tmpglob, io);
.........^
%CC-E-TOOFEWARGS, In this statement, "Perl_vms_start_glob" expects 3 
arguments,but 2 are supplied.
at line number 2326 in file USER5:[abeltje.PERL-CURRENT]DOIO.C;1
%MMK-F-ERRUPD, error status %X10B91262 occurred when updating target DOIO.OBJ

HTH +
Good luck,

Abe
-- 
[About a VMS specific path]
C.Berry> Can I point at you if anything other than this goes wrong? ;-)

Everyone else will, so I don't see why you shouldn't.
                                      -- Nicholas Clark on p5p @ 2004-07-20

Reply via email to