enable-auto-image-base with libtool not working?

Gerrit P. Haase gerrit@familiehaase.de
Sat Jul 16 01:06:00 GMT 2005


Gerrit P. Haase wrote:

> Hi all,
> 
> I try to integrate --enable-auto-image-base with the Gnome packages.
> However I have some problems with the auto-image-base flag.

[...]

> The result is the same:
> $ for in in `find atk-1.9.1/ -name "*.dll"` ; do objdump -p $i | fgrep 
         ^^^^^

> ImageBase ; done
> ImageBase               10000000
> ImageBase               10000000
> ImageBase               10000000
[...]
> PIBKAC?

Oh yes, it was a typo:

$ for i in `find atk-1.9.1/ -name "*.dll"` ; do objdump -p $i | fgrep 
ImageBase  ; done
ImageBase               651c0000
ImageBase               66580000
ImageBase               61c80000

The promised patch is attached.


Gerrit
-- 
=^..^=
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: libtool.m4.auto-image-base.patch
URL: <http://cygwin.com/pipermail/cygwin/attachments/20050716/81ac4006/attachment.ksh>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list