Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 01 May 2013 16:32:00 +0200
From: John Spencer <maillist-musl@...fooze.de>
To: musl@...ts.openwall.com
Subject: Re: Building musl with gcov support

On 05/01/2013 03:00 PM, Timerlan Moldobaev wrote:

> /_TOOLS_/dist/gnu-gcc-4.1.1/i686-pc-linux2.4/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcov.a(_gcov.o):
> In function `strtol':
> /usr/include/stdlib.h:317: undefined reference to `__strtol_internal'

this copy of libgcov.a was linked against glibc.
you need one that links against musl.
i.e. compile it from source with musl-gcc or a musl-toolchain (musl-cross).

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.