Hi,<br><br>I've also got similar errors during the test, but seemed to work fine regardless... (Of course its not very optimal)<br><br clear="all"><div>Best Regards,</div><div><br></div>Attila <br><div class="gmail_quote">
On Mon, Apr 11, 2011 at 9:52 AM, Christophe Fergeau <span dir="ltr"><<a href="mailto:cfergeau@redhat.com">cfergeau@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Cliff,<br>
<div class="im"><br>
On Sat, Apr 09, 2011 at 06:04:38PM -0500, Cliff Sharp wrote:<br>
> Undefined symbols for architecture x86_64:<br>
> "_ec_ilog", referenced from:<br>
> _ec_enc_uint in ectest.o<br>
> _ec_dec_uint in ectest.o<br>
> _ec_enc_tell in ectest.o<br>
> _ec_dec_tell in ectest.o<br>
> _log2_frac in ectest.o<br>
> _imusdiv32even in ectest.o<br>
<br>
</div>It looks like these symbols should be defined in the libcelt that was<br>
just built (assuming the leading _ is something that is added to all<br>
public symbols in osx). However, looking at tests/Makefile.am and at<br>
your gcc link line, I see no reference to linking the examples to<br>
libcelt.<br>
<br>
Can you try adding<br>
ectest_LDADD = $(top_builddir)/libcelt/libcelt@PACKAGE_APPEND@.la<br>
to tests/Makefile.am, and regenerate the autofoo (running autoreconf -fi<br>
and then configure is generally enough). Similar errors might happen for<br>
other test files, in which case you'll want to try a similar fix, just<br>
changing the "ectest" prefix.<br>
<br>
Let me know if this helps,<br>
<font color="#888888"><br>
Christophe<br>
</font><br>_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
<br></blockquote></div><br>