2001-12-03 16:04:10 +00:00
|
|
|
Getting perl scripting to work needs a few things:
|
|
|
|
|
|
|
|
|
|
- configure with --with-perl-staticlib
|
|
|
|
|
|
|
|
|
|
- libperl.dll is required in linking and running irssi, it's normally
|
|
|
|
|
located somewhere around /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.dll
|
2002-02-25 20:25:08 +00:00
|
|
|
copy it to eg. /usr/bin/libperl.dll
|
2001-12-03 16:04:10 +00:00
|
|
|
|
|
|
|
|
- -DUSEIMPORTLIB is needed to be defined while compiling src/perl directory.
|
|
|
|
|
It doesn't hurt to be defined everywhere, so configure irssi with:
|
|
|
|
|
|
|
|
|
|
CFLAGS='-DUSEIMPORTLIB' ./configure --with-perl-staticlib
|