On Sun, 14 Oct 2001, Doug MacEachern wrote: > i was hoping we could have something like the > Apache::Build::write_src_makefile for win32. to generate one or both of a > .dsp or Makefile for nmake. this is why all the source files and such are > stored in variables so hopefully we don't have to hardcode anything/have a > static .dsp file like 1.x has. thanks again randy!
That sounds good - actually, it looks easier just to generate the Makefile. I've got one that works in building a modperl dll, but it fails at the link stage - the symbols apr_os_dso_handle_put (from modperl_util.c) Perl_magic_setenv (from modperl_env.c) are missing, and they aren't in, respectively, the Apache Win32 libs nor in perl56.lib. From perl-5.6.1/embed.pl, I think magic_setenv isn't expected to be in the perl lib, at least on Win32, but I'm not sure about the missing Apache symbol. Would there be a workaround for this? best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
