Daniel Almeida wrote:
Hello Hans.
I've tried pix_preview on Leopard and I get the following error when I run "make":
g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -DGEM2PNM_VERSION="0.6" -g -I../pd-0.41-4//src -I. -I../gem-0.91.1//src -I../pd-0.41-4//src -o pix_preview.o -c pix_preview.cpp rm -f pix_preview.pd_linux gcc -export_dynamic -shared -o pix_preview.pd_linux pix_preview.o -lm ld: unknown option: -export_dynamic collect2: ld returned 1 exit status make: *** [pix_preview.pd_linux] Error 1
I haven't got a clue about this error.
It's because you are building the Linux version instead of the OSX version. There should be a makefile that you can edit.
Martin