On Jan 9, 2008 12:35 AM, Chas. Owens <[EMAIL PROTECTED]> wrote:
> On Jan 9, 2008 12:21 AM, yitzle <[EMAIL PROTECTED]> wrote:
> > I tried running install Devel::Symdump in the CPAN shell and I  got an
> > error writing the makefile:
> > Writing Makefile for Devel::Symdump
> >     -- NOT OK
> > Um... What do I do?
> snip
>
> Your first step should be to try the install manually:
>
> gzip -dc module.tar.gz | tar xv
> cd module
> perl Makefile.PL
> make
> make test
> make install
>
> Stop running commands as soon as you get an error.  This will give you
> more information about what is going wrong.
>

I can confirm that Devel::Symdump 2.08 builds and tests successfully
on Mac OS X 10.4.11 and Ubuntu 7.10.  If you are on a MS Windows
machine you may need to install nmake* in your path (and update your
CPAN config).

* http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to