Yves Orton <[EMAIL PROTECTED]> writes: >Dave Mitchell said on 07 October 2002 02:08 >> On Fri, Oct 04, 2002 at 09:14:59PM +0200, H.Merijn Brand wrote: >> > On Fri 04 Oct 2002 19:21, Gurusamy Sarathy >> <[EMAIL PROTECTED]> wrote: >> > > On Fri, 04 Oct 2002 17:32:56 BST, "Orton, Yves" wrote: >> > > >Somewhere between now and the earlier 5.9 builds the >> build process under >> > > >Win32 VC7 (or VC6) has broken completely. > >And is still broken (latest bleadperl:) > > Creating library ..\miniperl.lib and object ..\miniperl.exp >dump.obj : error LNK2019: unresolved external symbol _Perl_do_dump_pad >referenced in function _Perl_do_sv_dump >op.obj : error LNK2019: unresolved external symbol _Perl_pad_add_name >referenced in function _Perl_allocmy
These would seem to indicate that recent pad API changes have not updated embed.fnc - which is used to generate export info or perhaps embed.pl's changes did not get checked back in. -- Nick Ing-Simmons http://www.ni-s.u-net.com/
