Displaying 1 result from an estimated 1 matches for "exportogg".
Did you mean:
exporto
2014 Aug 09
1
libvorbisfile dynamic linkage with pkg-config - inter-library dependencies?
...lem seems to be that
pkg-config --libs --print-errors "vorbisfile"
outputs
-lvorbisfile
but when I try to link Audacity with only -lvorbisfile on the linker
command line, the link fails with
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld:
export/audacity-ExportOGG.o: undefined reference to symbol
'vorbis_block_init'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld:
note: 'vorbis_block_init' is definedExportOGG.o in
DSO /usr/lib64/libvorbis.so.0 so try adding it to the linker command
line
/usr/lib64/libvorbis.so.0...