At 09:20 +0200 10/05/2000, Matthias Ulrich Neeracher wrote: >Delete all object files and rebuild. > >The problem was that the MPW compilers have nonstandard error handling for >atof. > >Matthias New since applying the math patch .. What is this "4 character in string" limit?? SC -d MACOS_TRADITIONAL -sym on -d PERL_CORE -i : -i :: -i {SFIO}include: -i {GUSI}include: -i "{CIncludes}" -includes unix -w 2,3,6,7,35,29 -model far -mc68020 -mbg on ::perl.c -o :Obj:perl.c.SC.o SC C Compiler 8.9.0d1c1 Copyright (C) 1985-2000 by Apple Computer, Inc. Perl_sv_catpvf(aTHX_ PL_Sv,"\" Built under %s\\n\"",OSNAME); ^ File "::perl.c"; line 1077 #Lexical error: maximum of 4 characters in string exceeded #----------------------- PL_osname = savepv(OSNAME); ^ File "::perl.c"; line 3180 #Lexical error: maximum of 4 characters in string exceeded #----------------------- MrC -d MACOS_TRADITIONAL -sym on -d PERL_CORE -i : -i :: -i {SFIO}include: -i {GUSI}include: -i "{CIncludes}" -includes unix -w 2,3,6,7,35,29 -tb on ::perl.c -o :Obj:perl.c.MrC.o MrC C Compiler 4.1.0f1c1 Copyright (C) 1994-1999 by Apple Computer, Inc. Perl_sv_catpvf(aTHX_ PL_Sv,"\" Built under %s\\n\"",OSNAME); ^ File "::perl.c"; line 1077 #Lexical error: maximum of 4 characters in string exceeded #----------------------- PL_osname = savepv(OSNAME); ^ File "::perl.c"; line 3180 #Lexical error: maximum of 4 characters in string exceeded #----------------------- --- "the universe is not only queerer than we suppose, but queerer than we can suppose" - Haldane Larry Moore Fergus On Canada N1M 1V7 ljmoore@freespace.net http://freespace.net/~ljmoore/Larry_resume.html ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-porters-request@macperl.org