This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On 28 August 2007 18:11, Jari Aalto wrote:

>>     > Are the any other transitive dependencies like this:
>> 
>>     >     libintl:
>>     >       libiconv
>> 
>> Where, in your package ?
> 
> Let me put it another way:
> 
>       D:\cygwin\bin\cygwin1.dll
>         C:\WINNT\system32\ADVAPI32.DLL
>           C:\WINNT\system32\NTDLL.DLL
>           C:\WINNT\system32\KERNEL32.DLL
>           C:\WINNT\system32\RPCRT4.DLL
>    *  D:\cygwin\bin\cygintl-8.dll
>         D:\cygwin\bin\cygiconv-2.dll
> 
> So the rule is that only top level libs (here libintl8) need
> to be mentioned in setup.hint::require?

  Absolutely so.  And you can omit cygwin itself!

  I tried to get an idea by doing this:

cd /bin ; cygcheck *.exe *.dll | tr -d '\015' | grep -A1 '^  C' \
       | grep -v '^--$' | paste - -  | grep '^  C[^ ]*.    C'   \
       | grep -v WINDOWS | sort | uniq

but it didn't produce nearly as many results as I was expecting.  Not sure why
yet.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]