Bug 180035 - /usr/bin/ld: cannot find -lltdl
Summary: /usr/bin/ld: cannot find -lltdl
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libtool-libs13
Version: 4
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Alexandre Oliva
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-04 22:26 UTC by Marcel Nijenhof
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-05 15:38:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Marcel Nijenhof 2006-02-04 22:26:53 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
I can't link against -lltdl because the link to "libltdl.so" doesn't exists.

Version-Release number of selected component (if applicable):
libtool-ltdl-1.5.16.multilib2-3

How reproducible:
Always

Steps to Reproduce:
1 Create "hello.c" with a small c programm
2. gcc -O2 -o hello hello.c -lltdl  

Actual Results:  $ gcc -O2 -o hello hello.c -lltdl
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status


Expected Results:  It should link. I have the libries installed

Additional info:

After creating the symlink it works:

1) cd /usr/lib
2) ln -s libltdl.so.3 libltdl.so

Comment 1 Alexandre Oliva 2006-02-05 15:38:13 UTC
You need to install libtool-ltdl-devel


Note You need to log in before you can comment on or make changes to this bug.