Date: Wed, 2 Sep 1998 09:12:47 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: freebsd-current@FreeBSD.ORG Subject: Re: XFree86 and ELF Message-ID: <19980902091247.A20608@keltia.freenix.fr> In-Reply-To: <199809020556.HAA01498@yacht.domestic.de>; from Joachim Kuebart on Wed, Sep 02, 1998 at 07:56:01AM %2B0200 References: <19980902004140.A17784@keltia.freenix.fr> <199809020556.HAA01498@yacht.domestic.de>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Joachim Kuebart: > > +#if !UseElfFormat > > #if OSMajorVersion > 2 || (OsMajorVersion == 2 && OSMinorVersion >= 2) > > #ifndef ExtraLoadFlags > > #define ExtraLoadFlags -Wl,-R,$(USRLIBDIRPATH) > > #endif > > #endif > > +#endif > > Are you sure this is correct? I included it in my new patches below. Yes because the ELF ld has no ``-R'' option. You need the -R only for aout (this is equivalent to "-rpath" in ELF). -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #62: Mon Jul 27 20:47:08 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980902091247.A20608>