using --enable-auto-image-base

Jason Tishler jason@tishler.net
Fri Dec 23 16:28:00 GMT 2005


On Fri, Dec 23, 2005 at 07:59:12AM -0800, James R. Phillips wrote:
> I have put a half-hour of googling into trying to find out how to
> verify or discover the assigned base address of the dll
> (/usr/lib/lapack/cyglapack.dll).  No luck.  So, I give up.  How do you
> discover this information?

Use objdump:

     $ objdump -p /usr/lib/lapack/cyglapack.dll | fgrep ImageBase
     ImageBase               10000000

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6



More information about the Cygwin-apps mailing list