|
Message-ID: <20110807195006.GJ132@brightrain.aerifal.cx> Date: Sun, 7 Aug 2011 15:50:06 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: Compilation error On Sun, Aug 07, 2011 at 03:34:31PM -0400, Rich Felker wrote: > > btw pcc cannot build a correct musl now > > clock_gettime refers to a weak symbol > > but pcc does not know __attribute__((weak)) > > so __vdso_clock_gettime ends up being > > an undefined symbol > > > > (there are various kinds of weakref related > > attributes and it's a known defect in pcc > > http://pcc.ludd.ltu.se/jira/browse/PCC-362 ) > > > > musl mostly uses weak aliases which happen > > to work with pcc imho clock_gettime is the > > only exception.. > > I'll try to work up a fix... It should be working with latest commit. If not, please tell me what goes wrong. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.