Sisyphus suggested linking with C:/opt/perl/lib/CORE/perl58.lib
  (which does have the symbols in it) in the command that creates
  if_perl.o and/or in the command that builds gvim.exe (which is
  also the command that reports the missing references).

  But the build is supposed to use the library dynamically, rather
  than be statically linked.  So perl58.dll must tell the linker
  that it will resolve the missing references at run time.

  Perhaps although ActiveState added code for the references, they
  are not exposing them to the linker for dynamic use via perl58.dll?
  Or is everything in a dll automatically visible?
  
  Thanks,
  
  --Suresh


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

Reply via email to