Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Vorbis Vorbis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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.Org
  • VorbisVorbis
  • Issues
  • #1835
Closed
Open
Created Sep 30, 2011 by Matthew Turner@technogothica

Configure script architecture detection inconsistent between libvorbis-1.3.2 and libogg-1.3.0

Configure, make, make install of libogg-1.3.0.tar.gz, followed by libvorbis-1.3.2.tar.gz on Mac OS X 10.7.1 (64-bit).

configure script for libogg detects machine as x86_64 (which is correct). configure script for libvorbis detects i386.

libogg.a is built for x86_64. When configure for libvorbis tests if Ogg is installed, compilation fails with a linker error, because it cannot link the i386 object file to the x86_64 libogg.a

Workaround was to force build target:

./configure --build=x86_64

Suggest review of configure scripts for libogg and libvorbis to ensure default architecture detection is consistent for both scripts.

Assignee
Assign to
Time tracking