On 10 February 2011 00:35, Daniel Leidert <daniel.leidert.s...@gmx.net> wrote: > A second thing: in scripts/CMakeLists.txt at the Perl bindings stuff > there is a direct call to "make". But if building the package with > parallel jobs this results in a warning by make: > >> make[5]: warning: jobserver unavailable: using -j1. Add `+' to parent make >> rule. > > In a Makefile one would usually call $(MAKE) or precede the line with a > "+" to avoid this issue. Now I'm not familiar with cmake. So can this be > fixed by replacing "make" by "$(MAKE)"?
Try it, although you should escape the $ sign to avoid interpretation by CMake. - Noel ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ OpenBabel-Devel mailing list OpenBabel-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-devel