Date: Thu, 30 May 2002 11:11:30 +0100 From: Mark Murray <mark@grondar.za> To: Peter Wemm <peter@wemm.org> Cc: Alfred Perlstein <bright@mu.org>, Wilko Bulte <wkb@freebie.xs4all.nl>, Peter Schultz <peter@jocose.org>, taguchi@tohoku.iij.ad.jp, freebsd-current@FreeBSD.ORG Subject: Re: XFree86-4-libraries build error Message-ID: <200205301011.g4UABUCa083151@grimreaper.grondar.org> In-Reply-To: <20020530081307.733E33810@overcee.wemm.org> ; from Peter Wemm <peter@wemm.org> "Thu, 30 May 2002 01:13:07 PDT." References: <20020530081307.733E33810@overcee.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > #pragma weak foo = bar > > > > What's the correct way to do this now? > > I dont know. :-( There are hacks that can work around it, but I think this > is unintentional breakage. I tried changing this: > #pragma weak foo = bar > to > __weak_reference(bar, foo); void f () __attribute__ ((weak, alias ("__f"))); (But that may come to the same thing). M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn 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?200205301011.g4UABUCa083151>