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
hi,
i had the same problem.
i think i did a make clean or distclean, or removed confgi.cache and then (sorry dont know what it was at the moment) after that configure found the roght path to the particles.
lg
erich
On Thu, 18 Apr 2002, Ulrich Kehrer wrote:
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