[gate-users] Thanks Sebastien. I figured out that too.
Mikhail Shilov
mshilov1 at jhmi.edu
Thu Nov 3 14:35:46 CET 2005
Thanks Sebastien. I figured out that too.
I don't know why the line
LDFLAGS += -L/usr/X11R6/lib -lXt
is not under any 'idef' statement....
Also it looks like I have exactly the opposite problem with the memory leak then some people here. It was previously reported that when Gate 2.2.0 is compiled/build with g++ 3.4 on Fedora core 4 there was a memory leak that eventually would cause the program to crash. I was compiling everything with that configuration and did not have any memory leaks. But recently I had to compile Gate 2.2.0/Geant 4.7 with g++ 3.3 and Fedora core 2 and the memory leak popped up.
Did anyone actually localized this memory leak problem? Is it Geant or Gate problem? g++ compiler or g++ library problem?
Thanks
-Mikhail Shilov
Message: 1
Date: Wed, 02 Nov 2005 12:05:29 +0100
From: Sebastien JAN <jan at shfj.cea.fr>
Subject: Re: [gate-users] Installation without OpenGL
To: GATE feedback and helpline for Users
<gate-users at lphe1pet1.epfl.ch>
Message-ID: <43689D79.7060300 at shfj.cea.fr>
Content-Type: text/plain; charset=us-ascii; format=flowed
Hi Mikhail,
Probably you need to comment the following lines in your GNUmakefile:
##########
LDFLAGS += -L/usr/X11R6/lib -lXt
ifdef G4VIS_USE_OPENGLXM
LDFLAGS += -lXm
endif
##########
Seb
More information about the Gate-users
mailing list