From: Konovalov, V. <vko...@sp...> - 2006-01-10 08:33:36
|
> I had to play around with the makefile and add some include > directories. 5.8.7 do not build cleanly, it requires a patch that I sent to p5p, but it was not accepted for inclusion yet. 5.9.3 do have fixes in makefiles. Anyway, fixes to makefiles should be tiny, and I attached those to 5.8.7. > Then I had to add FindExt.pm and re.pm to perl-5.8.7/lib this isn't right. Could you explain what error forced you to do so? > > Then I had to fix an error in the generated Config_heavy.pm > > And even then it still won't build; I get 'unresolved > external symbol' errors: > > malloc.obj : error LNK2019: unresolved external symbol sbrk > referenced in function > getpages > malloc.obj : error LNK2019: unresolved external symbol > malloced_size referenced in > function perl_get_emergency_buffer > malloc.obj : error LNK2019: unresolved external symbol > get_mstats referenced in > function Perl_dump_mstats > > Has anyone seen and maybe solved this error? I didn't. However, something makes me think you didn't "play around with the makefile" correctly. perlce tries to use perl's memory allocation, as it is much faster than system's one. Vadim. |