<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello list,<div class=""><br class=""></div><div class="">I’m following a pdf tutorial on creating externals for PD and I'm compiling using gcc and the terminal. I believe there is another step afterward to get pd to recognize the object as an external but I can’t seem to find the info for os X.</div><div class=""><br class=""></div><div class=""><pre class="line-pre" style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; margin-top: 0px; margin-bottom: 0px; width: 748px; color: rgb(51, 51, 51); line-height: 16px;"><div class="line" id="file-compiling-pd-external-LC1" style="box-sizing: border-box;"></div><blockquote type="cite" class=""><div class="line" id="file-compiling-pd-external-LC1" style="box-sizing: border-box;">gcc -c helloworld.c -o helloworld.o
</div><div class="line" id="file-compiling-pd-external-LC2" style="box-sizing: border-box;">ld -export_dynamic -shared -o helloworld.pd_linux helloworld.o -lc -lm</div></blockquote></pre><div class=""><br class=""></div></div><div class="">any info would be greatly appreciated.</div><div class=""><br class=""></div><div class="">best,</div><div class="">~a</div></body></html>