Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 07 Aug 2011 23:01:45 +0200
From: <nicolas@...lier-web.com>
To: <musl@...ts.openwall.com>
Subject: Re: Compilation error

Thanks for the fix, i'll test that tomorrow :)
And for -lgcc ? It would be great if i didn't have to modify the makefile
at every compilation...

Nick

On Sun, 7 Aug 2011 15:50:06 -0400, Rich Felker <dalias@...ifal.cx> wrote:
> 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.