The following reply was made to PR kern/152662; it has been noted by GNATS.
From: Tijl Coosemans <[email protected]> To: [email protected] Cc: Austn English <[email protected]> Subject: Re: kern/152662: prelink functionality needed for wine Date: Mon, 29 Nov 2010 14:51:01 +0100 You can give libraries a specific base address (like executables) by linking them with the ld(1) --section-start flag. The next step would then be to teach the runtime loader to load libraries at that address. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
