bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-6.11 released


From: Christophe LYON
Subject: Re: coreutils-6.11 released
Date: Tue, 22 Apr 2008 15:31:51 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080213)

On 19.04.2008 23:21, Jim Meyering wrote:
Coreutils version 6.11 has been released.  This is a stable release.


Hello,

My build fails on a Solaris 8 machine, using gcc-4.1.0.
When building "sort", I get:

.../gcc -std=gnu99 -O2 -Wl,--as-needed -o sort sort.o ../lib/libcoreutils.a ../lib/libcoreutils.a -lsocket
../lib/libcoreutils.a(strtod.o): In function `rpl_strtod':
strtod.c:(.text+0x18c): undefined reference to `pow'
strtod.c:(.text+0x634): undefined reference to `pow'
strtod.c:(.text+0x6a4): undefined reference to `pow'
collect2: ld returned 1 exit status


If I manually add "-lm", I get:
.../bin/../lib/gcc/sparc-sun-solaris2.8/4.1.0/crt1.o:(.plt+0x0): multiple definition of `_PROCEDURE_LINKAGE_TABLE_'
/usr/lib/libm.so:(.plt+0x0): first defined here

Is this a supported host?

Regards,

Christophe.




reply via email to

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