I read:
Dose anyone have a makefile for freeverb~ ( linux ) that they could post ?.
adjust the path to the pd sources,
all: g++ -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshad ow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I/home/ x/audio/sw/pd/pd-0.37-0/src -c -o freeverb~.o freeverb~.cpp -lc -lm ld -export_dynamic -shared -o freeverb~.pd_linux freeverb~.o -lc -lm strip --strip-unneeded freeverb~.pd_linux
HTH
x