Blasdel, Jerry wrote:
Is there a way to tell from the built objects if we inadvertently
compiled for debug or not?  We are calling _apacher and then installr in
the Makefile.win.

You had done right.  All I can suggest is that VC has a nifty tool named
depends.exe (it has a dll or two it requires, too).  Essentially a glorified
combination of ldd and nm

Copy that tool over to the new box, and use it to try to load httpd.exe,
and see what depends tells you about which dependencies couldn't be resolved.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to