Mailinglist Archive: opensuse-bugs (3333 mails)
| < Previous | Next > |
[Bug 698334] New: libmpc is improperly installed
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 6 Jun 2011 18:40:30 +0000
- Message-id: <bug-698334-21960@http.bugzilla.novell.com/>
https://bugzilla.novell.com/show_bug.cgi?id=698334
https://bugzilla.novell.com/show_bug.cgi?id=698334#c0
Summary: libmpc is improperly installed
Classification: openSUSE
Product: openSUSE 11.4
Version: Final
Platform: All
OS/Version: openSUSE 11.4
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: bkorb@xxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (compatible; Konqueror/4.6; Linux; X11)
KHTML/4.6.0 (like Gecko) SUSE
Compiling GCC:
configure:5387: gcc -o conftest -g -O2 -L/usr/lib64 conftest.c -lmpc
-lmpfr -lgmp >&5
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld:
cannot find -lmpc
collect2: ld returned 1 exit status
configure:5387: $? = 1
$ sr rpm -q --list libmpc2-0.8.2-9.1.x86_64
/usr/lib64/libmpc.so.2
/usr/lib64/libmpc.so.2.0.0
Missing is "/usr/lib64/libmpc.so", another symlink.
That is what causes ld to stumble
Reproducible: Always
Steps to Reproduce:
1. Install openSuSE
2. Install GCC sources
3. build GCC. Well, try. The configure step fails.
This fixes the problem:
cd /usr/lib64 ; sudo ln -s libmpc.so.2.0.0 libmpc.so
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |