<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">Hi Marteen,</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Could you expand what exactly would not work?  Does Wine place the DLLs at a particular address and if not specified with the prelink tool, then they will fail to work?  It is my understanding that if the libraries are not prelinked, then the loading linker will pick its own address to load them at.  That is the behavior I want to test.  My target platform is refusing to map ntdll.dll.so and gives me the following error:</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">"Cannot load library: load_segments[928]: 290 failed to map segment from 'ntdll.dll.so' @ 0xfbe00000 (0x0007b07c). p_vaddr=0x7bc00000 p_offset=0x00000000"</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto">I'm looking for a way around this and not p;roviding a base address may do it.</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">Roger<VAR id=yui-ie-cursor></VAR></div>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr contentEditable=false readonly="true"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Maarten Lankhorst <m.b.lankhorst@gmail.com><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Roger Cruz <roger_r_cruz@yahoo.com> <BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> "wine-devel@winehq.org" <wine-devel@winehq.org> <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sunday, November 27, 2011 4:45 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: Compiling Wine without prelink<BR></FONT><BR>Hey Roger,<BR><BR>On 11/27/2011 10:29 PM, Roger Cruz wrote:<BR>> What is the proper way to ask the configure script not to use 'prelink' on
 the generated shared libraries?  I don't want to remove the prelink from my development platform but just tell the configurator to ignore it.<BR>><BR>Prelink is only used to force dlls to certain addresses, not for anything else. Without prelink this would not work..<BR><BR><BR></DIV></DIV></div></body></html>