Correction, I did get to the end of one branch.. no further prerequisites.
However, I got this error at the top of the next branch - Bit::Vector
*---
ls
Artistic.txt CHANGES.txt GNU_GPL.txt lib MANIFEST t
Vector.pm
BitVector.c CREDITS.txt GNU_LGPL.txt Makefile patchlevel.h ToolBox.h
Vector.pod
BitVector.h examples INSTALL.txt Makefile.PL README.txt typemap
Vector.xs
# perl Makefile.PL
Writing Makefile for Bit::Vector
Writing patchlevel.h for perl (5.008004)
# /usr/ccs/bin/make
cp lib/Bit/Vector/Overload.pm blib/lib/Bit/Vector/Overload.pm
cp Vector.pm blib/lib/Bit/Vector.pm
cp Vector.pod blib/lib/Bit/Vector.pod
cp lib/Bit/Vector/String.pod blib/lib/Bit/Vector/String.pod
cp lib/Bit/Vector/Overload.pod blib/lib/Bit/Vector/Overload.pod
cp lib/Bit/Vector/String.pm blib/lib/Bit/Vector/String.pm
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3
-xspace -xildoff -DVERSION=\"6.4\" -DXS_VERSION=\"6.4\" -KPIC
"-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" BitVector.c
sh: cc: not found
*** Error code 1
make: Fatal error: Command failed for target `BitVector.o'
*---
If I was a betting man I would say it's looking for a C/C++ Compiler which I do
not have
Thanks
J.
>>> "Gerald Wheeler" <[EMAIL PROTECTED]> 11/26/2007 2:11 PM >>>
It appears that there is no end to the prerequisites for any given
module..
Are they all really necessary for a build?? test???
Thanks
J.
>>> "Tom Phoenix" <[EMAIL PROTECTED]> 11/26/2007 2:03 PM >>>
On 11/26/07, Gerald Wheeler <[EMAIL PROTECTED]> wrote:
> t/10basic..........Can't locate Test/Exception.pm in @INC (@INC
It looks as if the test failed when it couldn't find a module named
Test::Exception. Is that module installed on your system? It may be
needed for the tests, even if it's not listed as a prerequisite for
the module itself. :-P
Cheers!
--Tom Phoenix
Stonehenge Perl Training
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/