On Mon, 2012-10-08 at 16:23 +0300, Jari Aalto wrote: > 2012-10-08 12:46 marco atzeri > | build fine, runs, but most of the dependecies seem not direct ones : > > Hm, I usually go with objdump: > > $ objdump -p .inst/usr/bin/qiv.exe | > egrep -i '\.dll' | > egrep -vi 'KERNEL32|cygwin1.dll|MPR.DLL|GDI32|USER32|ntdll.dll' | sort > > DLL Name: cygImlib2-1.dll > DLL Name: cygX11-6.dll > DLL Name: cygXinerama-1.dll > DLL Name: cyggdk-x11-2.0-0.dll > DLL Name: cyggdk_pixbuf-2.0-0.dll > DLL Name: cygglib-2.0-0.dll > DLL Name: cyggobject-2.0-0.dll > DLL Name: cygmagic-1.dll > DLL Name: cygpango-1.0-0.dll > > Which one, cygcheck top-level or objdump, is correct listing to use?
objdump (as cygport does). Yaakov
