Skip to main content.

2001-Oct-03

Started writing my analyze_interface_bytes script to use the interface stats I have been saving for about ten months now. It is pretty cool. I planned to make it long ago for Dad, so he would know if he was reaching his ISP's limit. In a few days I'll make a webpage and announce it.

When building vorbis-tools-1.0.0.6 package (1.0rc2) which needs libvorbis-1.0.0.6 package (1.0rc2), I received:

Making all in examples
/bin/sh ../libtool --mode=link cc  -O20 -D__NO_MATH_INLINES -fsigned-char
-I/usr
/pkg/pkgsrc/audio/libvorbis/work/.buildlink/include -O2 -DUSE_MEMORY_H -static
-
o chaining_example  chaining_example.o ../lib/libvorbisfile.la
../lib/libvorbis.
la -lm -L/lib -logg
cc -O20 -D__NO_MATH_INLINES -fsigned-char
-I/usr/pkg/pkgsrc/audio/libvorbis/work/.buildlink/include -O2
-DUSE_MEMORY_H -o chaining_example chaining_example.o
../lib/.libs/libvorbisfile.a
-L/usr/pkg/pkgsrc/audio/libvorbis/work/.buildlink/lib -L/lib
../lib/.libs/libvorbis.a -lm /usr/local/lib/libogg.a
../lib/.libs/libvorbisfile.a(vorbisfile.o): In function
`ov_pcm_seek_page':
vorbisfile.o(.text+0x1939): undefined reference to `ogg_stream_packetpeek'
../lib/.libs/libvorbisfile.a(vorbisfile.o): In function `ov_pcm_seek':
vorbisfile.o(.text+0x1aa1): undefined reference to `ogg_stream_packetpeek'
collect2: ld returned 1 exit status
Notice above "-lm /usr/local/lib/libogg.a".