Re: Building bleadperl (minperl) fails completely under VC7
[email protected] (Gurusamy Sarathy)
| Newsgroups | perl.perl5.porters,perl.daily-build |
|---|---|
| Message-ID | <[email protected]> |
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. > >A straight out of the box (er rsynch) fails build with the following: > > link -subsystem:console -out:..\miniperl.exe >@C:\DOCUME~1\yorton\LOCALS~1\Temp\nmF6.tmp > 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 >op.obj : error LNK2019: unresolved external symbol _Perl_pad_check_dup >referenced in function _Perl_allocmy [...] >op.obj : error LNK2019: unresolved external symbol _Perl_intro_my referenced >in function _Perl_newSTATEOP >perly.obj : error LNK2001: unresolved external symbol _Perl_intro_my >op.obj : error LNK2019: unresolved external symbol _Perl_pad_tidy referenced >in function _Perl_newFORM Looks like whoever introduced/removed these symbols forgot to update makedef.pl. Sarathy [email protected]