Try the Apple suggestion first, and then the others?  <br><br>I also never got anything out of the artoolkit object.<br><br><div class="gmail_quote">On Fri, Dec 4, 2009 at 12:24 PM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
So I installed artoolkit from Fink, and Gem gives this build error, which is new to me.  Is it worth trying to get artoolkit support into the 0.92 build in the current Pd-extended builds?<br>
<br>
g++ -o Gem.pd_darwin    -dynamiclib -mmacosx-version-min=10.3 -undefined dynamic_lookup -framework QuickTime -framework Carbon -framework AGL -framework OpenGL   ./Objects/*.o -lAR -L/sw/lib -L/sw/lib -lstdc++ -ldl -lz -lm   -lpthread -L/Users/pd/auto-build/pd-extended/pd/bin -L/sw/lib -Wl,-framework,OpenGL -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -lobjc -lfreetype -lz -lftgl -L/sw/lib -lgmerlin_avdec -lgavl<br>

ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option<br>
/sw/lib/libAR.a(arUtil.o) definition of common _arParam (size 144)<br>
/sw/lib/libAR.a(arUtil.o) definition of common _arImXsize (size 16)<br>
/sw/lib/libAR.a(arUtil.o) definition of common _arImYsize (size 16)<br>
/sw/lib/libAR.a(arUtil.o) definition of common _arsMatR2L (size 96)<br>
/sw/lib/libAR.a(arUtil.o) definition of common _arsParam (size 368)<br>
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: internal link edit command failed<br>
make[2]: *** [Gem.pd_darwin] Error 1<br>
<br>
An Apple person recommends adding -fno-common to the build:<br>
<a href="http://gcc.gnu.org/ml/gcc/2005-06/msg00378.html" target="_blank">http://gcc.gnu.org/ml/gcc/2005-06/msg00378.html</a><br>
<br>
Others recommend not using multi_module mode, and sending -single_module:<br>
<a href="http://lists.apple.com/archives/Unix-porting/2006/Aug/msg00024.html" target="_blank">http://lists.apple.com/archives/Unix-porting/2006/Aug/msg00024.html</a><br>
<a href="http://doc.trolltech.com/qt3/platforms/osx.html" target="_blank">http://doc.trolltech.com/qt3/platforms/osx.html</a><br>
<br>
.hc<div class="im"><br>
<br>
<br>
<br>
----------------------------------------------------------------------------<br>
<br>
&quot;[T]he greatest purveyor of violence in the world today [is] my own government.&quot; - Martin Luther King, Jr.<br>
<br>
<br>
<br>
<br>
_______________________________________________<br></div>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@iem.at" target="_blank">GEM-dev@iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
</blockquote></div><br>