From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1963 invoked by alias); 30 Mar 2011 08:51:56 -0000 Received: (qmail 1954 invoked by uid 22791); 30 Mar 2011 08:51:55 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Mar 2011 08:51:50 +0000 From: "Hast4656 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/48357] New: gcc compiling problem (mpfr) X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: Hast4656 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 30 Mar 2011 09:00:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-03/txt/msg03148.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48357 Summary: gcc compiling problem (mpfr) Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: major Priority: P3 Component: other AssignedTo: unassigned@gcc.gnu.org ReportedBy: Hast4656@gmail.com Hey. I'm trying to make gcc 4.4.5 on my ContOS 5.5. I've got a gmp 4.3.2 and a mpfr 2.4.2 just installed. configuring of gcc is going normal, bug make command returns the error below: libbackend.a(builtins.o): In function `fold_builtin_1': /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:10304: undefined reference to `mpfr_j0' /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:10310: undefined reference to `mpfr_j1' /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:10316: undefined reference to `mpfr_y0' /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:10322: undefined reference to `mpfr_y1' libbackend.a(builtins.o): In function `fold_builtin_2': /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:10443: undefined reference to `mpfr_jn' /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:10449: undefined reference to `mpfr_yn' /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:10457: undefined reference to `mpfr_remainder' libbackend.a(builtins.o): In function `do_mpfr_remquo': /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:13357: undefined reference to `mpfr_remquo' libbackend.a(builtins.o): In function `do_mpfr_lgamma_r': /root/gcc-4.4.5/host-i686-pc-linux-gnu/gcc/../.././gcc/builtins.c:13435: undefined reference to `mpfr_lgamma' collect2: ld returned 1 exit status How can I fix this?