[vorbis-dev] cmdline

wrobell wrobell at posexperts.com.pl
Sun Jun 11 06:12:28 PDT 2000


I have got CVS version of vorbis.

In cmdline directory
# make
...
gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \
  -I. -I../lib   getopt.o getopt1.o main.o -I. -I../lib \
  ../lib/libvorbis.a -o vorbis -lpthread -lm
main.o: In function `main':
main.o(.text+0x31c): undefined reference to `fill_buffer'
main.o(.text+0x332): undefined reference to `CheckWav'
main.o(.text+0x35a): undefined reference to `CheckAiff'
collect2: ld returned 1 exit status
make[1]: *** [target] Error 1
make[1]: Leaving directory `/home/users/wrobell/work/vorbis/cmdline'
make: *** [all] Error 2

I have attached patch which solves two last undefined references.

Again (cmdline dir):
# make
...
gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \
  -I. -I../lib   getopt.o getopt1.o main.o header.o -I. -I../lib \
  ../lib/libvorbis.a -o vorbis -lpthread -lm
main.o: In function `main':
main.o(.text+0x31c): undefined reference to `fill_buffer'
collect2: ld returned 1 exit status
make[1]: *** [target] Error 1
make[1]: Leaving directory `/home/users/wrobell/work/vorbis/cmdline'
make: *** [all] Error 2

I have found nothing about fill_buffer function in CVS sources.
Any suggestions?

Is there any spec or discussion (list archives?) about vorbis
cmdline utility?

  wrobell <wrobell at posexperts.com.pl>


<HR NOSHADE>
<UL>
<LI>text/plain attachment: header_makefile.patch
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: header_makefile.patch
Type: application/octet-stream
Size: 281 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20000611/92f78f4a/header_makefile.obj


More information about the Vorbis-dev mailing list