mentus n00b


Joined: 01 Aug 2003 Posts: 26 Location: São Paulo / Brazil
|
Posted: Sun Sep 14, 2003 12:00 pm Post subject: Trouble compiling vqfplugin |
|
|
I'm trying to compile the xmms vqfplugin (http://www.csn.ul.ie/~mel/projects/linux/vqfplugin/) in my gentoo box, but I'm having weird compile problems. It seems that it is compiling a certain object with all internal references messed up. Here's the relevant output of the make commnad:
Code: |
c++ vqfinfo.o header.o usage.o -L../NTTLib -lvqbit -ltvqe -ltvqd -o vqfinfo
../NTTLib/libtvqe.a(fb_enc.o)(.text+0x10c): In function `fb_categorize(float *, float *, INDEX *)':
: undefined reference to `__builtin_vec_new'
../NTTLib/libtvqe.a(fb_enc.o)(.text+0x80a): In function `fb_categorize(float *, float *, INDEX *)':
: undefined reference to `__builtin_vec_delete'
: undefined reference to `cerr'
../NTTLib/libtvqe.a(fvector.o)(.text+0x1e): In function `FVector::shiftRight(int)':
: undefined reference to `cout'
../NTTLib/libtvqe.a(fvector.o)(.text+0x856): In function `printFVector(FVector &, char *, int)':
|
A complete output of configure/make, can be found at http://www.linux.ime.usp.br/~feferraz/tmp/compile.log.
Notice that standard functions like 'cout' or 'cerr' are being taken as 'undefined references', which is very weird. The code seems fine, as it compiles without a flaw on a Debian 3.0 (http://www.linux.ime.usp.br/~feferraz/tmp/compile-ok.log and it USED TO compile just fine here too.
Does anyone have any idea on that? Does it compile fine on your machines?
Thank you, |
|