On Fri, 24 Aug 2007, Suresh Govindachar wrote:
>   Building VIM with dynamic Perl support gives error messages
>   such as the following:
> 
>      gobj/if_perl.o:if_perl.c:(.text+0x1c1f):
>              undefined reference to `Perl_sv_2iv_flags'

This looks like you compiled if_perl.c against the Perl/lib/CORE
header files from ActivePerl 822 (or a relatively recent snapshot
of the core Perl source), but then link against a perl58.lib of an
older Perl version.  Perl_sv_2iv_flags() is a new symbol that
will be introduced in Perl 5.8.9, and ActivePerl 822 already contains
all the current changes that will end up in 5.8.9.

Cheers,
-Jan


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to