I've posted this issue as a bug, but maybe it isn't:
I tried to compile camfr 1.1 (either the official release or from the
CVS repository) under Linux (RH7.3 and RH 8.0), gcc versions 3.2,
3.2.2, 3.2.3. The compilation goes smoothly until it gets to the
camfr_wrap.c file --- then the compieler stucks and starts to consume
all the avaiable memory (I have a 256M and a 192M machines).
The machine_cfg.py variables that I modified are:
include_dirs =
["/usr/lib/python2.2/site-packages/weave/blitz-20001213/blitz",
"/usr/local/boost_1.30",
"/usr/include/python2.2"]
# Library directories.
library_dirs = []
# Library names.
libs = ["boost_python", "blitz"]
Nadav.
|