From: Mattia B. <mat...@li...> - 2006-08-25 21:24:05
|
On Fri, 25 Aug 2006 23:00:36 +0200 "Huub Peters" <hu...@tr...> wrote: Hi, > I'm trying to install Alien::wxWidgets because I want to use a more recent > version of wxPerl then the latest ppm version. > > After downloading and compiling wxWidgets for a long time the process > ends with the following error: > > Creating library file: ..\..\src\stc\..\..\..\lib\gcc_dll\libwxmsw26_stc.a > Configuration error: could not find libraries for this configuration at > inc/My/Build/Win32.pm line 73. > > Any ideas? > > Running: > AS Perl v5.8.8 build 817 on Windows XP > MinGW-3.1.0-1 This is a problem in the way ActivePerl 817 handles MinGW, please install ExtUtils::FakeConfig, then set PERL5OPT=-MConfig_m and retry. Regards Mattia |