Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Vorbis
Vorbis
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • VorbisVorbis
  • Issues
  • #64

Closed
Open
Opened Oct 18, 2001 by kio.smallwood@kio.smallwood

libvorbisfile fails when xmms 1.2.5 tries to load it

gcc --version
2.95.2

Here are the details from xmms bugzilla, my comments follow.

After building and installing the libogg and libvorbis libraries, and
rebuilding xmms to include the Ogg Vorbis input option, the libvorbisfile.so.0
builds without error, but when I try xmms on an ogg file, I get the error message: ld.so.1: xmms: fatal: relocation error: file /usr/local/lib/libvorbisfile.so.0: symbol __floatdidf: referenced symbol not found This is Sparc-Solaris-8, gcc-2.95.2
------- Additional Comments From Håvard Kvålen 2001-08-16 11:22 -------
This seems to be a problem with libvorbisfile, not xmms.  I think that
__floatdidf is a symbol from libgcc, you probably will need to link
libvorbisfile against that.
------- Additional Comments From jchack@nnmc.nextel.com 2001-09-29 02:18 -------
*** Bug 367 has been marked as a duplicate of this bug. ***

I am having exactly this problem however oggenc and ogg123 work without error. Is the only fix to get libgcc and tell the configure script to somehow use that? I do not have access to CVS and am limited to using source tarballs.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/vorbis#64