Browse - computer tips - linux windows what libaries does that program useDate: 2009oct26 OS: Linux,Windows Q. What library/libraries does that program use? A. Linux... There is a built-in command: ldd <program> See the man page for details. Watchout for the warning: do not run ldd on a program you don't trust Windows... There is a command called "depends" in the platform SDK or you can use http://www.dependencywalker.com
Add a commentSign in to add a comment |