thanks for getting back to me. on my system there are two pd folders in /usr/lib. /pd and /pd-extended. the pd-extended doesnt have a /packages folder whereas the /pd folder does. i found and commented the line you mentioned to no avail. same issue.
<yes it does, but there's a trick. You have to edit the <pd-extended/packages/linux_make/Makefile and comment out the <"OPT_CFLAGS += -mtune=i686 -march=i386" line (around line 40).
<Works on archlinux, kernel 3.0, dual i686.
Hi,
sorry, it seems you did not encounter the same problem as I did. My problem is that gem would not load at all (with a undefined symbol error from the dynamic linker loader).
You could try increasing the log level and see if there's anything on console output.
I don't understand your statement about /usr/lib/, /pd and /pd-extended... I was talking about pd-extended source tree. Do you source compile it or get it as a binary ?
onyx@onyx-ashanti.com wrote:
thanks for getting back to me. on my system there are two pd folders in /usr/lib. /pd and /pd-extended. the pd-extended doesnt have a /packages folder whereas the /pd folder does. i found and commented the line you mentioned to no avail. same issue.