Bug 111699 - libaspell and libpspell are linked to libstdc++
Summary: libaspell and libpspell are linked to libstdc++
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: aspell
Version: 1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Eido Inoue
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-08 22:35 UTC by dann
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-27 05:29:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description dann 2003-12-08 22:35:58 UTC
Description of problem:

libaspell and libpspell are linked to libstdc++

Version-Release number of selected component (if applicable):

aspell-0.50.3-16

How reproducible:
Always

Steps to Reproduce:
1. ldd /usr/lib/libaspell.so.15
2.
3.
  
Actual results:
ldd /usr/lib/libaspell.so.15
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x4a48d000)
        libm.so.6 => /lib/i686/libm.so.6 (0x43971000)
        libc.so.6 => /lib/i686/libc.so.6 (0x4358b000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4a483000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Expected results:
There is no need for libaspell and libpspell to be linked to
libstdc++, they work without that. 

Additional info:

Comment 1 Eido Inoue 2004-02-27 05:29:22 UTC
A quick glance through the dynamic symbols of the shared object with
nm and C++ demangling shows tons of references to the stdc++ library,
including the vector templates, etc.


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