Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Vorbis Vorbis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.OrgXiph.Org
  • VorbisVorbis
  • Issues
  • #884
Closed
Open
Issue created Apr 03, 2006 by johansson_fredric@johansson_fredric

building libvorbis in mingw stops with undefined references

Trying to build libvorbis after configuring it with: ./configure --prefix=/mingw --with-ogg=/mingw/bin --with-ogg-libraries=/mingw/lib ends with a lot of undefined references during the linking of libvorbisfile.dll.a like .libs/vorbisfile.o:vorbisfile.c:(.text+0x64): undefined reference to `ogg_sync_pageseek'

I found out that it skipped trying to link to libogg.a(?)/-logg In the libs/Makefile -logg wasnt added to libvorbisfile_la_LIBADD = libvorbis.la which it apparently should. Someone suggested that there was something wrong in the autotools which made the package and that I should bug this here

Assignee
Assign to
Time tracking