Hmmm...,
 
I'm attempting to build and install a perl module on a Win XP box using the 
free version of "Borland C++ Builder 6". I seem to have run into a snag. Here 
are the particulars:
 
perl Makefile.PL <--executed OK
 
make                <--seems to have executed OK, it gave the following in the 
DOS shell:
 
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
 
make test         <--returned the following in the DOS shell:
 
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
        C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib\lib', 'blib\arch'
" t\given.t t\nested.t t\switch.t
t\given.....ok
t\nested....ok
t\switch....ok
All tests successful.
Files=3, Tests=590,  2 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
 
make install         <--returned the following error in the DOS shell:
 
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
Can't find string terminator "@" anywhere before EOF at -e line 1.
 
Does anyone out there have any experience with this error message?
 
TIA
 
Ron Smith

Reply via email to