Hi people, I'm restarting an attempt to port Perl 5 to HP NonStops and have hit the same snag I hit in earlier versions, without much luck. Configure ran fine, with 'cc' used instead of the defaults. The native c89 compiler gets upset with the -X option and doesn't fail gracefully. I've tried researching this and came up empty. Any pointers? Please? There are no really useful hints, but the processor is a 64 bit Itanium II. We're compiling for what is supposed to be a POSIX compliant box. We have ksh, which seems to confuse Configure a bit, and bash-4.1.7. Below is the whole compile, from a standing start. `sh cflags "optimize=''" miniperlmain.o` miniperlmain.c CCCMD = cc -DPERL_CORE -c -I/usr/include -I/usr/ucbinclude -I/usr/local/include `sh cflags "optimize=''" malloc.o` malloc.c CCCMD = cc -DPERL_CORE -c -I/usr/include -I/usr/ucbinclude -I/usr/local/include `sh cflags "optimize=''" gv.o` /home/randall/perl-5.12.x/overload.c CCCMD = cc -DPERL_CORE -c -I/usr/include -I/usr/ucbinclude -I/usr/local/include static const U8 PL_AMG_namelens[NofAMmeth] = { ^ "/home/randall/perl-5.12.x/overload.c", line 18: error(114): identifier "U8" is undefined static const U8 PL_AMG_namelens[NofAMmeth] = { ^ "/home/randall/perl-5.12.x/overload.c", line 18: error(114): identifier "NofAMmeth" is undefined Sincere thanks, RandallThread Next