module install question

A

a

Hi
According to the instruction of the README for the downloaded module, the
installation procedure always,
perl Makefile.pl
make
make test
make install
I can only do perl Makefile.pl. The make commands are all failed and there
is no test and install file. Do the last 3 commands necessary?
Thanks
 
T

Tintin

a said:
Hi
According to the instruction of the README for the downloaded module, the
installation procedure always,
perl Makefile.pl
make
make test
make install
I can only do perl Makefile.pl. The make commands are all failed and there
is no test and install file. Do the last 3 commands necessary?
Thanks

What OS are you on?
What are the *exact* error messages you are getting?
 
A

a

Tintin said:
What OS are you on?
What are the *exact* error messages you are getting?
I use cygwin.
/bin/make
/bin/sh: 0: command not found
make: *** [blib/lib/.exists] error 127
For make test and make install,
there is no test and install file
 
B

Ben Morrow

Quoth "a said:
Tintin said:
What OS are you on?
What are the *exact* error messages you are getting?

I use cygwin.
/bin/make
/bin/sh: 0: command not found
make: *** [blib/lib/.exists] error 127

You have cygwin installed wrong. It's probably easiest to just reinstall
from the Setup.exe.
For make test and make install,
there is no test and install file

No, that's expected. 'make test' doesn't use a 'test' file.

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top