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
  • #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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None