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: using --enable-auto-image-base


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


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