mhonarc-users

Re: How to automate?

1997-05-15 12:29:09
      I can not locate the "unshift @INC" phrase you are talking about.
Which file are you refering to?  As for the -outdir command,  plan to
use that when I get the .forward file to work.  I understand that the file
will be constructed in the mhonarc directory.     I believe that used the
install script, I have a working command prompt and I can construct any
number of entries manually.  Please tell me where to look for the "unshift
@INC" phrase.

In practice, it is important that the "install.me" script is
invoked and all uses of mhonarc use the installed version.  The
reason is the installed version is modified to add the installed
mhonarc library location to the @INC path so mhonarc can find its
libraries.

To verify if the @INC is set properly, a "unshift @INC" statment
should be the 2nd line of the mhonarc source file.  For example:

#! /usr/local/bin/perl
unshift(@INC, '/home/ehood/lib/MHonArc');

The mhonarc source file from the extracted distribution directory
will NOT have the unshift statement.

        --ewh

<Prev in Thread] Current Thread [Next in Thread>