[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Gspice
  IPC::Locker
  Rsvn
  Schedule::Load
  SVN::S4
  Synopsys-modes
  SystemPerl
  Verilog-Pli
  Voneline
  Vregs
General Info
  Book Tips
  Papers

man pages not installed

Added by Jose Ochoa over 1 year ago

Hi Wilson,

I installed Verilog-Perl using the latest Cygwin available and made sure to install all the necessary packages needed for Verilog-Perl. However, the man pages for Verilog-Perl were not installed. I try to access them on the bash prompt for Cygwin and it responds with "No manual entry for Verilog-Perl".

The installation went fine though there were a couple hiccups: Note (probably harmless): No library found for -lstdc++

Also a couple errors were ignored: make1: [.../Parser.dll] Error 1 (ignored) ... and a few lines later ... make1: [.../Preproc.dll] Error 1 (ignored)

The automated tests all responded OK except for t/60 vpassert ........ 4/5

I don't have VCS or NC-Verilog installed, so I assume I could ignore the incomplete pass of that one.

Any ideas? For now, I'm relying on the documentation I can find on CPAN as I play around and learn how to use Verilog-Perl.

Thanks for your help!

-Jose


Replies (2)

RE: man pages not installed - Added by Wilson Snyder over 1 year ago

Not my bug ;)

See http://www.cygwin.com/ml/cygwin/2009-05/msg00009.html

Basically: "make manifypods install"

RE: man pages not installed - Added by Wilson Snyder over 1 year ago

BTW the make command is at the shell, if fully installing manually (extract tar file, perl Makefile.PL, make) as with other perl packages and briefly described under Installing here.

There may be a way to do this from the cpan prompt, I don't know.

(1-2/2)