From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8605 invoked by alias); 18 Jan 2011 19:20:11 -0000 Received: (qmail 8588 invoked by uid 22791); 18 Jan 2011 19:20:10 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-bw0-f41.google.com (HELO mail-bw0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Jan 2011 19:20:05 +0000 Received: by bwz16 with SMTP id 16so17214bwz.0 for ; Tue, 18 Jan 2011 11:20:00 -0800 (PST) Received: by 10.204.54.69 with SMTP id p5mr3880396bkg.82.1295378399947; Tue, 18 Jan 2011 11:19:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.143 with HTTP; Tue, 18 Jan 2011 11:19:38 -0800 (PST) In-Reply-To: <4D35D03C.2040008@linux-kernel.at> References: <4D2D66CF.5000802@linux-kernel.at> <4D2D698B.5000505@linux-kernel.at> <4D2DC92B.3040907@gmail.com> <4D2EBC86.70501@linux-kernel.at> <1294910422.2305.15.camel@localhost> <4D2ECC0D.3010600@linux-kernel.at> <4D2EFBFB.6090406@linux-kernel.at> <4D2F2262.8010800@gmail.com> <4D35D03C.2040008@linux-kernel.at> From: Matt Turner Date: Tue, 18 Jan 2011 19:54:00 -0000 Message-ID: Subject: Re: glibc build problem... To: Oliver Falk Cc: Jay Estabrook , Michael Kronsteiner , Tero Huttunen , ink@jurassic.park.msu.ru, rth@twiddle.net, libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00007.txt.bz2 On Tue, Jan 18, 2011 at 5:39 PM, Oliver Falk wrote: > Hi guys! > > Sorry for directly mailing you... But m/l don't work for me ATM. Added libc-ports@ for you. There's no reason not to mail it. > stubs.c: In function '__setfpucw': > stubs.c:47: warning: implicit declaration of function '_FPU_SETCW' > stubs.c: In function '__setfpucw': > stubs.c:47: warning: implicit declaration of function '_FPU_SETCW' > /root/rpmbuild/BUILD/glibc-2.11.2/build-alpha-linuxnptl/glibc-compat/libNoVersion_pic.a(stubs.os): > In function `__setfpucw': > /data/work/rpmbuild/BUILD/glibc-2.11.2/glibc-compat/stubs.c:47: undefined > reference to `_FPU_SETCW' > /data/work/rpmbuild/BUILD/glibc-2.11.2/glibc-compat/stubs.c:47: undefined > reference to `_FPU_SETCW' > collect2: ld returned 1 exit status > make[2]: *** > [/root/rpmbuild/BUILD/glibc-2.11.2/build-alpha-linuxnptl/glibc-compat/libNoVersion.so] > Error 1 > > > Ideas? > > On other archs it's defined as some __asm__ volatile code... Actually not > the stuff I'm able to do... > > -of > Lots of alpha patches went into glibc-2.12. Try that before you spend too much time trying to compile an older version. Matt