The SILC Project

source navigation ]
identifier search ]
freetext search ]
file search ]

silc/irssi/README.cygwin

  1 Getting perl scripting to work needs a few things:
  2 
  3  - configure with --with-perl-staticlib
  4 
  5  - libperl.dll is required in linking and running irssi, it's normally
  6    located somewhere around /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.dll
  7    copy it to eg. /usr/bin/libperl.dll
  8 
  9  - -DUSEIMPORTLIB is needed to be defined while compiling src/perl directory.
 10    It doesn't hurt to be defined everywhere, so configure irssi with:
 11 
 12      CFLAGS='-DUSEIMPORTLIB' ./configure --with-perl-staticlib

This page was automatically generated by the LXR engine.
Free-text search provided by Glimpse