Re: problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 22, 2007 at 10:30:08AM -0400, Andy Malato wrote: > ../lib/.libs/libvorbis.so: undefined reference to `ldexp@SYSVABI_1.3' > ../lib/.libs/libvorbis.so: undefined reference to `frexp@SYSVABI_1.3' > collect2: ld returned 1 exit status Looks like some kind of symbol mangling collision. You might try upgrading libtool. You might also look for a version of the math library providing the 1.3 ABI and add that manually. FWIW< -r