chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc


From: John Cowan
Subject: Re: [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc
Date: Mon, 6 Feb 2012 02:45:54 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

Sergey scripsit:

> On the subject of the 'gcov' problem, the word from #musl is:
>
>     "gcvt was deprecated/removed some 10-20 years ago..
>     i could add it if needed, but i've never seen anything use it before
>     it's similar to sprintf with %g
>     but omits the decimal point, and maybe some other oddities"
>
> What's the right response here?

Quite right.  It was in UNIX 98 and Posix 2001, but is not part of
Posix 2008.  Use snprintf() instead.

--
I Hope, Sir, that we are not                    John Cowan
mutually Un-friended by this                    address@hidden
Difference which hath happened                  http://www.ccil.org/~cowan
betwixt us.     --Thomas Fuller, Appeal to Injured Innocence



reply via email to

[Prev in Thread] Current Thread [Next in Thread]