View Single Post
  #1   (View Single Post)  
Old 29th July 2008
pax's Avatar
pax pax is offline
FreeBSD baby
 
Join Date: Jul 2008
Location: Serbia, Belgrade/Pozarevac
Posts: 9
Default link: `libtheora_la-common.lo' is not a valid libtool object error during compilation

Hi to all FreeBSD users on this forum. I'm pretty confused with this error that I get when try to compile mplayer... Here is the error:

Code:
/bin/sh /usr/ports/multimedia/libtheora/work/gnome-libtool --tag=CC    --mode=li
nk cc -I/usr/local/include  -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame
-pointer -finline-functions -funroll-loops -O2 -fno-strict-aliasing -pipe -versi
on-info 3:2:3 -L/usr/local/lib -o libtheora.la -rpath /usr/local/lib libtheora_l
a-cpu.lo libtheora_la-mmxidct.lo  libtheora_la-mmxfrag.lo  libtheora_la-mmxstate
.lo  libtheora_la-x86state.lo  libtheora_la-apiwrapper.lo  libtheora_la-decapiwr
apper.lo libtheora_la-decinfo.lo  libtheora_la-decode.lo libtheora_la-dequant.lo
  libtheora_la-fragment.lo libtheora_la-huffdec.lo  libtheora_la-idct.lo libtheo
ra_la-info.lo  libtheora_la-internal.lo libtheora_la-quant.lo  libtheora_la-stat
e.lo libtheora_la-dct_decode_mmx.lo  libtheora_la-dsp_mmx.lo  libtheora_la-dsp_m
mxext.lo  libtheora_la-recon_mmx.lo  libtheora_la-idct_mmx.lo  libtheora_la-fdct
_mmx.lo libtheora_la-dct_encode.lo  libtheora_la-encode.lo  libtheora_la-encoder
_huffman.lo  libtheora_la-encoder_idct.lo  libtheora_la-encoder_toplevel.lo  lib
theora_la-encoder_quant.lo  libtheora_la-blockmap.lo  libtheora_la-common.lo  li
btheora_la-dct.lo  libtheora_la-dct_decode.lo  libtheora_la-frarray.lo  libtheor
a_la-frinit.lo  libtheora_la-mcomp.lo  libtheora_la-misc_common.lo  libtheora_la
-pb.lo  libtheora_la-pp.lo  libtheora_la-reconstruct.lo  libtheora_la-scan.lo  l
ibtheora_la-dsp.lo -L/usr/local/lib -logg 
gnome-libtool: link: `libtheora_la-common.lo' is not a valid libtool object
*** Error code 1
I already had similar error with irssi compiling and gio-fam-backend, and solved it with recompilation of glib20...

I searched google.com and google.com/bsd already for link: `libtheora_la-common.lo' is not a valid libtool object but have no luck at all...

Can someone give me hint how can I solve this problem?

Thank you in advance.

Regards,
pax
Reply With Quote