<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 30, 2009, at 5:49 PM, András Murányi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">On Wed, Sep 30, 2009 at 10:17 PM,  <span dir="ltr">&lt;<a href="mailto:martin.peach@sympatico.ca">martin.peach@sympatico.ca</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;"> <div> You need to install the fftw3-dev package.<br> <br> Martin<br><br>muranyia wrote:<br><br><br><blockquote style="padding-left: 1ex;"> <font style="font-size: 8pt;" size="1"># sudo make install<br>...<br>cc -DPD -I/home/muranyia/Download/0.41/pd/src -Wall -W -ggdb -I/home/muranyia/Download/0.41/Gem/src -I/home/muranyia/Download/0.41/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2 -funroll-loops -fomit-frame-pointer -o "/home/muranyia/Download/0.41/externals/bsaylor/partconv~.o" -c "/home/muranyia/Download/0.41/externals/bsaylor/partconv~.c"<br> /home/muranyia/Download/0.41/externals/bsaylor/partconv~.c:34:19: error: fftw3.h: No such file or directory<br>/home/muranyia/Download/0.41/externals/bsaylor/partconv~.c:51: error: expected specifier-qualifier-list before ‘fftwf_complex’</font><br> ...<br><br><br></blockquote>                                               </div> </blockquote></div><br>Thanks! Without root i'm still getting those access denied errors, as root it goes as far as this:<br><br><blockquote style="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; padding-left: 1ex; position: static; z-index: auto; " class="gmail_quote"> <font size="1">gcc -o ../bin/accum.pd_linux -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -DUNIX -I . -I ../../../pd/src -I ../shared -export_dynamic&nbsp; -shared hammer/accum.o </font><br> <font size="1">/usr/bin/ld: hammer/accum.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC</font><br><font size="1">hammer/accum.o: could not read symbols: Bad value</font><br> <font size="1">collect2: ld returned 1 exit status</font><br><font size="1">make[3]: *** [../bin/accum.pd_linux] Error 1</font><br><font size="1">make[3]: Leaving directory `/home/muranyia/Download/0.41/externals/miXed/cyclone'</font><br> <font size="1">make[2]: *** [cyclone] Error 2</font><br><font size="1">make[2]: Leaving directory `/home/muranyia/Download/0.41/externals'</font><br><font size="1">make[1]: *** [externals_install] Error 2</font><br><font size="1">make[1]: Leaving directory `/home/muranyia/Download/0.41/packages'</font><br> <font size="1">make: *** [install] Error 2</font></blockquote></blockquote><br></div><div>It seems that -fPIC isn't being set for cyclone. &nbsp;In packages/linux_make/Makefile, try adding -fPIC to OPT_CFLAGS. You should also be setting AMD64 flags there.</div><div><br></div><div>.hc</div><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><br class="Apple-interchange-newline"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; - Benjamin Franklin</div><br class="Apple-interchange-newline"></span></span> </div><br></body></html>