hi,
when trying to build gem make stops with:
/usr/bin/ld: cannot find -lparticle collect2: ld returned 1 exit status make: *** [Gem.pd_linux] Error 1
i noticed that the configure script is checking for liborb and libparticle in ../../../gem-0.84/src/AuxLibs/ but shouldn't it try ../../../GemLibs now (like it does for glm)?
anyway, after creating gem-0.84/src/AuxLibs/ and putting liborb/ and particle/ there it compiled fine.
regards, ulrich