in reply to Segfault when trying to make a module

You have forgotten to run make before you try to run make test

root@Octopussy# perl Makefile.PL root@Octopussy# make root@Octopussy# make test root@Octopussy# make install

doc

Replies are listed 'Best First'.
Re: Re: Segfault when trying to make a module
by IlyaM (Parson) on Dec 23, 2001 at 03:22 UTC
    For most CPAN modules 'make' can be omited before 'make test' or 'make install'. Makefiles should handle correctly such dependencies.

    Anyway wrong order should not cause segfault. Build error maybe but not segfault.

    --
    Ilya Martynov (http://martynov.org/)