Sergei Steshenko
2007-Nov-25  14:48 UTC
[Vorbis] vorbis-tools-1.1.1 build fails during linking
Hello All,
even though 'configure' for vorbis-tools-1.1.1 is OK 'make'
fails - please see
the command line and error messages below.
Aby ideas why this happens ?
Thanks,
  Sergei.
The failing command line and error messages:
    99	gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o
platform.o
resample.o  -L/maxtor5/sergei/AppsFromScratchWD/install/curl-7.15.5/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/flac-1.2.1/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/gnutls-1.4.5/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/libao-0.8.6/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/libgcrypt-1.2.3/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/libgpg-error-1.4/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/libogg-1.1.3/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/libtasn1-0.3.6/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.2.0/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/lzo-2.02/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/opencdk-0.5.9/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/speex-1.1.12/lib
-L/maxtor5/sergei/AppsFromScratchWD/install/zlib-1.2.3/lib ../share/libutf8.a
../share/libgetopt.a
/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.2.0/lib/libvorbisenc.so
/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.2.0/lib/libvorbis.so -lm
/maxtor5/sergei/AppsFromScratchWD/install/libogg-1.1.3/lib/libogg.so -Wl,--rpath
-Wl,/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.2.0/lib -Wl,--rpath
-Wl,/maxtor5/sergei/AppsFromScratchWD/install/libogg-1.1.3/lib -Wl,--rpath
-Wl,/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.2.0/lib -Wl,--rpath
-Wl,/maxtor5/sergei/AppsFromScratchWD/install/libogg-1.1.3/lib
   100	resample.o: In function `push':
   101	resample.c:(.text+0x7a): undefined reference to `assert'
   102	resample.c:(.text+0x85): undefined reference to `assert'
   103	resample.c:(.text+0x90): undefined reference to `assert'
   104	resample.c:(.text+0x9b): undefined reference to `assert'
   105	resample.c:(.text+0xa6): undefined reference to `assert'
   106	resample.o:resample.c:(.text+0xba): more undefined references to
`assert' follow
   107	collect2: ld returned 1 exit status
   108	make[3]: *** [oggenc] Error 1
   109	make[3]: Leaving directory
`/maxtor5/sergei/AppsFromScratchWD/build/vorbis-tools-1.1.1/oggenc'
   110	make[2]: *** [all-recursive] Error 1
   111	make[2]: Leaving directory
`/maxtor5/sergei/AppsFromScratchWD/build/vorbis-tools-1.1.1/oggenc'
   112	make[1]: *** [all-recursive] Error 1
   113	make[1]: Leaving directory
`/maxtor5/sergei/AppsFromScratchWD/build/vorbis-tools-1.1.1'
   114	make: *** [all] Error 2
Applications From Scratch: http://appsfromscratch.berlios.de/
     
____________________________________________________________________________________
Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://www.yahoo.com/r/hs
On Sun, Nov 25, 2007 at 02:20:40PM -0800, Sergei Steshenko wrote:> even though 'configure' for vorbis-tools-1.1.1 is OK 'make' fails - please see > the command line and error messages below.Maybe your libc doesn't define assert? Do you have an assert.h? If not, try creating a dummy one that defines it empty. -r
Possibly Parallel Threads
- vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
- Fwd: vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
- curl-7.16.0 breaks compilation of vorbis-tools-1.1.1
- I think vorbis codec group have a new target
- How do I seek to seek to specific samples using libvorbis?