Re: unnecessary C++ builds of up-to-date projects

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Phil
Thanks for your reply.

If it is not possible for you to send the entire solution, you may specify
/VERBOSE option to the linker page, and select "Clean", "Rebuild" entire
project. The linker will emit all the details of its linking process in the
"Output" window. After that, we can perform further analysis on these
details in the output.

1. Open the project's Property Pages dialog box.
2. Click the Linker folder.
3. Click the Command Line property page.
4. Type the "/VERBOSE" into the Additional Options box.

http://msdn2.microsoft.com/en-us/library/wdsk6as6(vs.80).aspx
[/VERBOSE (Print Progress Messages) ]

If you have any more concerns on it, please feel free to post here. We are
glad to assist you.
Have a great day,
Sincerely,
Wen Yuan
v-wywang@xxxxxxxxxxxxx




.



Relevant Pages

  • Re: What are the domains that lisp doesnt fit int?
    ... There's no way to specify that in Standard C, ... Normally one places functions using the linker - it may not be ... valid code addresses overlap valid data addresses ... ... The trick is to find the extent of the code you want to copy - C lets ...
    (comp.lang.lisp)
  • Re: Typical handling of packages through compilers
    ... It's the lack of a proper smart linking in the GNU linker. ... When you specify these options, ... create larger object and executable files and will also be slower. ...
    (comp.lang.ada)
  • Re: function-sections and data-sections option in gcc
    ... Place each function or data item into its own section in the output file if the target supports arbitrary sections. ... Use these options on systems where the linker can perform optimizations to improve locality of reference in the instruction space. ... You will not be able to use gprof on all systems if you specify this option and you may have problems with debugging if you specify both this option and -g. ...
    (comp.lang.c)
  • Re: Searching for non-standard shared libraries
    ... > If I have a shared library that isn't in the standard 'libxxx.so' ... how do I specify it to the linker such ... > with non-std named libraries, ... > a shared library as input to the linker such that you don't have to ...
    (comp.unix.solaris)
  • Re: Hidden implementation?
    ... the linker looks for a function with the specified name in both the specified modules and the libraries which you specify. ... If you want to prevent the linker from satisfying the call to show_line, declare show_lineas static, as Chuck suggests. ...
    (comp.lang.c)