Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Dev

windows cl/link invocations

 

 

Apache dev RSS feed   Index | Next | Previous | View Threaded


covener at gmail

Sep 11, 2007, 12:14 PM

Post #1 of 2 (228 views)
Permalink
windows cl/link invocations

For debugging a windows build, is there a simple change to the Apache
build/workspace that will print all the cl.exe/link.exe invocations?

FWIW I'm using VC6 and my build is kicked off as below:

msdev apache.dsw /MAKE "BuildBin Win32 Release"

I see that sometimes while poking around in individual DSP files,
these odd ".plg" files are generated but not when I do the full build

--
Eric Covener
covener[at]gmail.com


wrowe at rowe-clan

Sep 11, 2007, 2:28 PM

Post #2 of 2 (200 views)
Permalink
Re: windows cl/link invocations [In reply to]

Eric Covener wrote:
> For debugging a windows build, is there a simple change to the Apache
> build/workspace that will print all the cl.exe/link.exe invocations?
>
> FWIW I'm using VC6 and my build is kicked off as below:
>
> msdev apache.dsw /MAKE "BuildBin Win32 Release"
>
> I see that sometimes while poking around in individual DSP files,
> these odd ".plg" files are generated but not when I do the full build

.plg are associated with a workspace not a project.

For what it's worth, you might be interested in running

nmake -f Makefile.win _apacher > full.log 2>&1

to see the complete compilation.

Apache dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.