[GTG] Re: [ITA] indent 2.2.9 - C/C++ language source code formatting program

Brian Dessent brian@dessent.net
Tue Aug 28 18:00:00 GMT 2007


Brian Dessent wrote:

>If the ordering of the import
> data section is just right, you'll run into the situation where
> "cygcheck app" prints just:
> 
> app
>   liba
>     libb

...and what I was trying to say here is that it's equally possible that
the link command that created app listed them in the opposite order, so
that cygcheck vists the app -> libb import first and the app -> liba
import second, resulting in:

app
  libb
  liba

I mention this because it demonstrates that this is not a reliable
behavior, it depends on the particular ordering of the import data
section, which makes it particularly bad to say things like "always look
at the first level dependencies".

Brian



More information about the Cygwin-apps mailing list