|
Posted by Vinod. K on August 6, 2004, 1:00 am
Please log in for more thread options
Hi All,
Pls help me in installing the module, Win32-OLE-0.17 in solaris 2.6
server.
After uncompressing and un-taring the zipped file, I started following
the installation procedure for unix platform and started with perl
Makefile.PL. But after this, when I ran the command, "make", it given
out the following error .....
=====
make: Fatal error in reader: Makefile, line 906: Unexpected end of
line seen
=====
I don't what to do now.
Below are the last 20 lines of Makefile which is of 914 lines :
=====================================================================
# --- MakeMaker selfdocument section:
# --- MakeMaker postamble section:
all :: browser_to_blib
browser_to_blib : $(BROWSER_FILES)
@$(MKPATH) $(INST_BROWSER)
@$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
"-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install
-e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)auto')"
$(BROWSER_TO_BLIB)
<<
@$(TOUCH) $@
# End.
============================================================================
and pls note that the line no.906 is ->
-e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)auto')"
Pls help in resolving in this issue.
Thanks,
- Vinod K
|