I looks like there are yet more configuration changes.  I'm assuming the following 
should be #defined since even my old 5.2 DEC C has iconv() and iconv.h:

I_ICONV
HAS_ICONV

but has anyone made an attempt at generating $inc_version_list_init?

CC/DECC /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/Define=PERL_CORE 
PERL.C

             const char *incverlist[] = { PERL_INC_VERSION_LIST };
.........................................^
%CC-E-UNDECLARED, In the initializer for incverlist[0], "$inc_version_list_init" is 
not declared.
at line number 3204 in file DISK8:[BERRYC.PERL5_5_650]PERL.C;1
%MMK-F-ERRUPD, error status %X10B91262 occurred when updating target PERL.OBJ

from config.h:

/* PERL_INC_VERSION_LIST:
  *      This variable specifies the list of subdirectories in over
  *      which perl.c:incpush() and lib/lib.pm will automatically
  *      search when adding directories to @INC, in a format suitable
  *      for a C initialization string.  See the inc_version_list entry
  *      in Porting/Glossary for more details.
  */
#define PERL_INC_VERSION_LIST $inc_version_list_init            /**/

looks like this one also needs to be generated (lord help us if this depends on 
networking vendor):

/* SELECT_MIN_BITS:
  *      This symbol holds the minimum number of bits operated by select.
  *      That is, if you do select(n, ...), how many bits at least will be
  *      cleared in the masks if some activity is detected.  Usually this
  *      is either n or 32*ceil(n/32), especially many little-endians do
  *      the latter.  This is only useful if you have select(), naturally.
  */
#define SELECT_MIN_BITS         $selectminbits  /**/

_______________________________________________
Craig A. Berry                                   
mailto:[EMAIL PROTECTED]

Reply via email to