Re: About linker otions on rebasing

2008-01-30 Thread Brian Dessent
Angelo Graziosi wrote: > Only using '-Wl,--enable-auto-image-base' in its build makes it work > also after the rebasing and, if I remember correctly, no DLL are created > in its build. You can look at the imagebase value in the .exe with and without being built with that option and I'm quite sure

Re: About linker otions on rebasing

2008-01-30 Thread Angelo Graziosi
Brian Dessent wrote > The image base is only relevant when creating a DLL. When creating an > .exe the issue is irrelevant as all executables have an image base of > 0x004. Brian, Do you remember the problems of Emacs after rebasing? It needs libncurses7 not-rebased. Only using '-Wl,--e