Alex Rousskov wrote:
On Fri, 2007-08-10 at 09:39 +0700, zen wrote:I think the above command failed because I (or you) missed a space before the -E option: ... ".deps/MemPool.Tpo" -E -o MemPool.E MemPool.cc
my mistake....core# g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -D_REENTRANT -g -O2 -MT MemPool.o -MD -MP -MF ".deps/MemPool.Tpo" -E -o MemPool.E MemPool.cc
core# fgrep -3 mallopt MemPool.E core#
Alex.
TIA Zen