<pre>Hi list,<br><br>I added the -fPIC cflag in all makefiles I get errors compiling on a 64 bits machine ( <a href="http://lists.puredata.info/pipermail/pd-list/2008-07/063706.html">http://lists.puredata.info/pipermail/pd-list/2008-07/063706.html</a> ) with coders of these externals agree.<br>
<br>But not with the miXed makefile.<br><br><a href="http://lists.puredata.info/listinfo/pd-list">sll at sll-cube</a>:/home/pd-extended/externals/*miXed*$ vim Makefile.common<br>Line: 119<br>CFLAGS = *-fPIC* $(WARN_CFLAGS) $(OPT_CFLAGS) $(DEFINES) $(INCLUDES)<br>
<br>The -fPIC flag lets compile over 64 bit machines. With this changes I complied pd-extened with no problems.<br><br>Who can make this change?<br><br>Greetings,<br><br>Sergi.<br><br><br></pre>