Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Vorbis tools
Vorbis tools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 62
    • Issues 62
    • 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
  • Vorbis toolsVorbis tools
  • Issues
  • #196

Closed
Open
Opened May 26, 2002 by marvin@marvin

cannot compile: In `oe_encode': encode.o: undefined references to `vorbis_encode_init_vbr' `vorbis_bitrate_addblock' `vorbis_bitrate_flushpacket'

using Caldera OpenLinux 3.1 ( and replacing it as soon as possible -- they went
institutional on us ), with gcc 2.95.2 Caldera-patched, installed the latest
cURL because vorbis .configure demanded it, ran ldconfig because cURL install 
didn't do it, ran "rm config.cache -f ; ./configure && make" and got dumped.
p.s. I run /tmp noexec, and that's created problems with installing 
OpenOffice, and maybe with other things, too.  If this ( or any other 
filesystem limitations designed to limit damage/hostile-action is creating it, 
then please put something in the README about it, eh? )
Here's the text of the failure
===============================================
make[2]: Leaving directory 
`/mnt/md1/marvin/Linux.MultiMedia/Sound.OggVorbis/vorbis-tools-1.0rc3/oggenc/man'

make[2]: Entering directory 
`/mnt/md1/marvin/Linux.MultiMedia/Sound.OggVorbis/vorbis-tools-1.0rc3/oggenc'

/bin/sh ../libtool --mode=link gcc  -O20 -ffast-math -fsigned-char   -o oggenc 
 oggenc.o audio.o encode.o platform.o -lvorbisenc  -lvorbis -lm  -logg         
        ../share/libutf8.a ../share/libgetopt.a

gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o 
platform.o  /usr//lib/libvorbisenc.so /usr//lib/libvorbis.so -lm 
/usr//lib/libogg.so ../share/libutf8.a ../share/libgetopt.a -Wl,--rpath 
-Wl,/usr//lib -Wl,--rpath -Wl,/usr//lib

encode.o: In function `oe_encode':
encode.o(.text+0x8e): undefined reference to `vorbis_encode_init_vbr'
encode.o(.text+0x35c): undefined reference to `vorbis_bitrate_addblock'
encode.o(.text+0x404): undefined reference to `vorbis_bitrate_flushpacket'

make[2]: *** [oggenc] Error 1

make[2]: Leaving directory 
`/mnt/md1/marvin/Linux.MultiMedia/Sound.OggVorbis/vorbis-tools-1.0rc3/oggenc'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory 
`/mnt/md1/marvin/Linux.MultiMedia/Sound.OggVorbis/vorbis-tools-1.0rc3/oggenc'

make: *** [all-recursive] Error 1

========================
That's all, folks. . .
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/vorbis-tools#196