At 3:34 PM -0700 8/1/02, [EMAIL PROTECTED] wrote:
>The problems occured when I tried to install the Clone module.
>
>I had to copy fakethr.h and perlsfio.h from perl_root:[000000] to
>PERL_ROOT:[LIB.VMS_AXP.5_8_0.CORE]
Hmm. Most likely that's a bug, though I'm not sure right off where it
is. It's unlikely you really need either of those files but the
generated DESCRIP.MMS tells you that you do so your workaround is as
good as any. I'll investigate further into why those files don't get
installed.
>The descrip.mms incorrect specified /optimize=3. It should have been
>/optimize=level=3
Or should it? The number is probably something derived by trial and
error with some other compiler on some other platform. I would get
rid of it entirely. If the compile doesn't converge, then ideally we
would want to disable the specific form of optimization that is
having difficulty.
>Directory PERL_ROOT:[LIB.SITE_PERL.VMS_AXP.AUTO]
>
>CLONE_.DIR;1
>
>Total of 1 file.
>
>If I take the "_" off, perl is able to find the Clone module just fine.
I have a feeling one of the empty arguments to WriteMakeFile in the
Makefile.PL is responsible for the extra underscore at the end of the
directory name. I deleted all the stuff from mine that didn't look
necessary and I did not encounter that problem:
--- makefile.pl;-0 Sun Jan 6 18:47:08 2002
+++ makefile.pl Thu Aug 1 20:31:47 2002
@@ -4,10 +4,5 @@
WriteMakefile(
'NAME' => 'Clone',
'VERSION_FROM' => 'Clone.pm', # finds $VERSION
- 'LIBS' => [''], # e.g., '-lm'
- 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
- 'INC' => '', # e.g., '-I/usr/include/other'
-# 'OPTIMIZE' => '-g', # e.g., '-I/usr/include/other'
- 'OPTIMIZE' => '-O3', # e.g., '-I/usr/include/other'
);
So at least one of your problems is due to the way this particular
extension chooses to do things. Note that it is version 0.13, which
means it is not considered production quality.
There is something wacky about the include files, though, which I
will try to track down. Thanks for the report.
--
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]
"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser